- Patch #275801 by Damien Tournoud and Gribnif: fixed performance issue due to typo.

merge-requests/26/head
Dries Buytaert 2008-07-14 14:03:48 +00:00
parent 75e9494f73
commit 7231b6ea2f
1 changed files with 1 additions and 1 deletions

View File

@ -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