From 7bb37e19c1a1899cbfca1786e68bdd3ada070c7d Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 28 Mar 2010 10:43:40 +0000 Subject: - Patch #745656 by sociotech: fixed warning message on system_themes_page(). --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.admin.inc') diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 4b20d76c1..98691b7d0 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -210,7 +210,7 @@ function _system_theme_list() { */ function system_themes_page() { // Get current list of themes. - $themes =& _system_theme_list(); + $themes = _system_theme_list(); $theme_default = variable_get('theme_default', 'garland'); $theme_groups = array(); -- cgit v1.2.3