MeteorPlugin uses Plugin::path()
This commit is contained in:
parent
429cbb66b4
commit
0a6d2d24b1
@ -89,7 +89,7 @@ class MeteorPlugin extends RealtimePlugin
|
||||
{
|
||||
$scripts = parent::_getScripts();
|
||||
$scripts[] = 'http://'.$this->webserver.(($this->webport == 80) ? '':':'.$this->webport).'/meteor.js';
|
||||
$scripts[] = common_path('plugins/Meteor/meteorupdater.min.js');
|
||||
$scripts[] = $this->path('meteorupdater.min.js');
|
||||
return $scripts;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user