From: Evan Prodromou Date: Thu, 3 Feb 2011 16:49:00 +0000 (-0500) Subject: ShareNotice uses Plugin::path() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=55af561887d1c2992af75994bef9615a42aec60e;p=quix0rs-gnu-social.git ShareNotice uses Plugin::path() --- diff --git a/plugins/ShareNotice/ShareNoticePlugin.php b/plugins/ShareNotice/ShareNoticePlugin.php index 8b94f83c8f..0cd248e213 100644 --- a/plugins/ShareNotice/ShareNoticePlugin.php +++ b/plugins/ShareNotice/ShareNoticePlugin.php @@ -33,7 +33,7 @@ class ShareNoticePlugin extends Plugin ); function onEndShowStatusNetStyles($action) { - $action->cssLink('plugins/ShareNotice/css/sharenotice.css'); + $action->cssLink($this->path('css/sharenotice.css')); return true; }