diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-12-16 17:11:52 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-12-16 17:11:52 +0000 |
commit | 2132883524c45b72de950636688f0859aec043ad (patch) | |
tree | d9c0227f0d04d51e8f0ee376450c0ef7a27a0d34 | |
parent | b099843b7a526fb9eae3eb0a37570371d19ae480 (diff) | |
download | brdo-2132883524c45b72de950636688f0859aec043ad.tar.gz brdo-2132883524c45b72de950636688f0859aec043ad.tar.bz2 |
- Missing array() in updates.inc, caused foreach warning at the end.
-rw-r--r-- | database/updates.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database/updates.inc b/database/updates.inc index 5ae65e6aa..191bbc18f 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1223,6 +1223,7 @@ function system_update_160() { function system_update_161() { variable_del('forum_icon_path'); + return array(); } function system_update_162() { |