summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index a965ab0bc..1421ecc2d 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -3774,6 +3774,7 @@ function system_update_6030() {
*/
function system_update_6031() {
variable_set('install_task', 'done');
+ return array();
}
/**