]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Partly revert 97830b07019d9ffe33e2c2048bac39026e636998 (thanks _MrB_)
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 27 Feb 2014 22:30:35 +0000 (23:30 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 27 Feb 2014 22:30:35 +0000 (23:30 +0100)
commitd6ca90bb21d1d7f0dc2ed63d360872d19dcbbbb3
tree13a1f2825116a304dfcf882bf32c0f30570ae0f0
parentc6bdafb3d081af001148ea743730d6d927b2b9cd
Partly revert 97830b07019d9ffe33e2c2048bac39026e636998 (thanks _MrB_)

require_once lines were required since _plugins_ don't __autoload

Also, Realtime would load the wrong URL for css/js since $this->name()
returns get_class($this) instead of the calling class' __CLASS__.
plugins/Comet/CometPlugin.php
plugins/Meteor/MeteorPlugin.php
plugins/Orbited/OrbitedPlugin.php
plugins/Realtime/RealtimePlugin.php