fix variable name in NewMenu

This commit is contained in:
Evan Prodromou 2011-02-03 11:42:36 -05:00
parent ec93184d7b
commit 70cf37cb88

View File

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