From 70cf37cb8884740c3aa5db7df728336cf5215604 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 3 Feb 2011 11:42:36 -0500 Subject: [PATCH] fix variable name in NewMenu --- plugins/NewMenu/NewMenuPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/NewMenu/NewMenuPlugin.php b/plugins/NewMenu/NewMenuPlugin.php index 7aad0672bf..382a3acc01 100644 --- a/plugins/NewMenu/NewMenuPlugin.php +++ b/plugins/NewMenu/NewMenuPlugin.php @@ -326,7 +326,7 @@ class NewMenuPlugin extends Plugin function onEndShowStyles($action) { - if (($this->showCSS || + if (($this->loadCSS || in_array(common_config('site', 'theme'), array('default', 'identica', 'h4ck3r'))) && ($action instanceof AccountSettingsAction ||