From 2132883524c45b72de950636688f0859aec043ad Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Fri, 16 Dec 2005 17:11:52 +0000 Subject: - Missing array() in updates.inc, caused foreach warning at the end. --- database/updates.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'database') 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() { -- cgit v1.2.3