diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index b1fda9b22..4a33350be 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3871,6 +3871,8 @@ function system_update_6013() { // Rebuild system table contents. module_rebuild_cache(); system_theme_data(); + + return array(); } /** @@ -3879,6 +3881,8 @@ function system_update_6013() { */ function system_update_6014() { variable_set('install_task', 'done'); + + return array(); } |