- Patch #275801 by Damien Tournoud and Gribnif: fixed performance issue due to typo.
parent
75e9494f73
commit
7231b6ea2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue