- Patch #745656 by sociotech: fixed warning message on system_themes_page().

merge-requests/26/head
Dries Buytaert 2010-03-28 10:43:40 +00:00
parent 3cc61288a6
commit 7bb37e19c1
1 changed files with 1 additions and 1 deletions

View File

@ -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();