]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
MeteorPlugin uses Plugin::path()
authorEvan Prodromou <evan@status.net>
Thu, 3 Feb 2011 15:51:59 +0000 (10:51 -0500)
committerEvan Prodromou <evan@status.net>
Thu, 3 Feb 2011 15:51:59 +0000 (10:51 -0500)
plugins/Meteor/MeteorPlugin.php

index 1bdccae7a82085fe331d2c711e642125ee30a3e3..6e93e364f736b900211e567672ef5ab8f781b368 100644 (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;
     }