From 17e3d1fcddf240956d6367243e976f50ef1ad16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Sun, 3 Feb 2008 18:41:16 +0000 Subject: #200028 by dww: trivial syntax fix in cache clearing --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 8eb33430a..457593339 100644 --- a/update.php +++ b/update.php @@ -364,7 +364,7 @@ function update_info_page() { _drupal_flush_css_js(); // Flush the cache of all data for the update status module. if (db_table_exists('cache_update')) { - cache_clear_all('*', 'cache_update', '*'); + cache_clear_all('*', 'cache_update', TRUE); } update_task_list('info'); -- cgit v1.2.3