ClientSideShorten uses Plugin::path()
This commit is contained in:
@@ -53,7 +53,7 @@ class ClientSideShortenPlugin extends Plugin
|
||||
function onEndShowScripts($action){
|
||||
$action->inlineScript('var Notice_maxContent = ' . Notice::maxContent());
|
||||
if (common_logged_in()) {
|
||||
$action->script('plugins/ClientSideShorten/shorten.js');
|
||||
$action->script($this->path('shorten.js'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user