From bfb72d0ec913b9ba423c6c252fb274929d08e2f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 30 Aug 2007 15:13:46 +0000 Subject: #149567 follow up patch by webernet, slightly modified: update functions need to return an array --- modules/system/system.install | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/system/system.install') 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(); } /** -- cgit v1.2.3