From: Evan Prodromou Date: Thu, 3 Feb 2011 16:41:47 +0000 (-0500) Subject: NewMenu uses Plugin::path() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9ae3d3de36e069d215fbc11f29d6058d1759b65c;p=quix0rs-gnu-social.git NewMenu uses Plugin::path() --- diff --git a/plugins/NewMenu/NewMenuPlugin.php b/plugins/NewMenu/NewMenuPlugin.php index 7aad0672bf..2454f867d6 100644 --- a/plugins/NewMenu/NewMenuPlugin.php +++ b/plugins/NewMenu/NewMenuPlugin.php @@ -331,7 +331,7 @@ class NewMenuPlugin extends Plugin array('default', 'identica', 'h4ck3r'))) && ($action instanceof AccountSettingsAction || $action instanceof ConnectSettingsAction)) { - $action->cssLink(common_path('plugins/NewMenu/newmenu.css')); + $action->cssLink($this->path('newmenu.css')); } return true; }