summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--database/updates.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/database/updates.inc b/database/updates.inc
index 172c527f7..f63568b69 100644
--- a/database/updates.inc
+++ b/database/updates.inc
@@ -1144,7 +1144,9 @@ function update_91() {
}
function update_92() {
+ $ret = array();
$ret[] = update_sql("DELETE FROM {cache}");
+ return $ret;
}
function update_sql($sql) {