summaryrefslogtreecommitdiff
path: root/modules/system/system.admin.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-28 10:43:40 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-28 10:43:40 +0000
commit7bb37e19c1a1899cbfca1786e68bdd3ada070c7d (patch)
tree9d4d0648dc4aa94687be9afd4e640555d3ddf83f /modules/system/system.admin.inc
parent3cc61288a6a2ef664386631d2eb93adc2cf15d8c (diff)
downloadbrdo-7bb37e19c1a1899cbfca1786e68bdd3ada070c7d.tar.gz
brdo-7bb37e19c1a1899cbfca1786e68bdd3ada070c7d.tar.bz2
- Patch #745656 by sociotech: fixed warning message on system_themes_page().
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
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();