From 7231b6ea2fbfc700925dcfdf9ad7d76bd701caf1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 14 Jul 2008 14:03:48 +0000 Subject: - Patch #275801 by Damien Tournoud and Gribnif: fixed performance issue due to typo. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') 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 -- cgit v1.2.3