MeteorPlugin uses Plugin::path()

This commit is contained in:
Evan Prodromou 2011-02-03 10:51:59 -05:00
parent 429cbb66b4
commit 0a6d2d24b1
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}