From: Evan Prodromou Date: Thu, 3 Feb 2011 15:51:59 +0000 (-0500) Subject: MeteorPlugin uses Plugin::path() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0a6d2d24b13436933bbda75290d9c5108c1fb367;p=quix0rs-gnu-social.git MeteorPlugin uses Plugin::path() --- diff --git a/plugins/Meteor/MeteorPlugin.php b/plugins/Meteor/MeteorPlugin.php index 1bdccae7a8..6e93e364f7 100644 --- a/plugins/Meteor/MeteorPlugin.php +++ b/plugins/Meteor/MeteorPlugin.php @@ -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; }