diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index b1e5d2897..cebf440ae 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -990,7 +990,7 @@ function system_theme_data() { function _system_theme_data() { static $themes_info = array(); - if (empty($theme_info)) { + if (empty($themes_info)) { // Find themes $themes = drupal_system_listing('\.info$', 'themes'); // Find theme engines |