forked from GNUsocial/gnu-social
fix variable name in NewMenu
This commit is contained in:
parent
ec93184d7b
commit
70cf37cb88
@ -326,7 +326,7 @@ class NewMenuPlugin extends Plugin
|
|||||||
|
|
||||||
function onEndShowStyles($action)
|
function onEndShowStyles($action)
|
||||||
{
|
{
|
||||||
if (($this->showCSS ||
|
if (($this->loadCSS ||
|
||||||
in_array(common_config('site', 'theme'),
|
in_array(common_config('site', 'theme'),
|
||||||
array('default', 'identica', 'h4ck3r'))) &&
|
array('default', 'identica', 'h4ck3r'))) &&
|
||||||
($action instanceof AccountSettingsAction ||
|
($action instanceof AccountSettingsAction ||
|
||||||
|
Loading…
Reference in New Issue
Block a user