summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-02-03 18:41:16 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-02-03 18:41:16 +0000
commit17e3d1fcddf240956d6367243e976f50ef1ad16d (patch)
tree049661d80210b807476822e3d6193157e27cb90c /update.php
parent2886944685811d7ec5cf16afbed2c047069214aa (diff)
downloadbrdo-17e3d1fcddf240956d6367243e976f50ef1ad16d.tar.gz
brdo-17e3d1fcddf240956d6367243e976f50ef1ad16d.tar.bz2
#200028 by dww: trivial syntax fix in cache clearing
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
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');