diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-30 15:13:46 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-30 15:13:46 +0000 |
commit | bfb72d0ec913b9ba423c6c252fb274929d08e2f3 (patch) | |
tree | d58fe971fe9d9a17fdf1fc1b0a87c3285f121367 /modules/system/system.install | |
parent | bd380ed9158aa036a5ef75eb1c43da3cd2ccd7a8 (diff) | |
download | brdo-bfb72d0ec913b9ba423c6c252fb274929d08e2f3.tar.gz brdo-bfb72d0ec913b9ba423c6c252fb274929d08e2f3.tar.bz2 |
#149567 follow up patch by webernet, slightly modified: update functions need to return an array
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 1 |
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(); } /** |