From bb29149ab7066449634da1372823740c23b29d07 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 20 Apr 2013 00:24:58 +0200 Subject: Use new PluginHost singleton. --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index 61aebbc..070fcbf 100644 --- a/init.php +++ b/init.php @@ -141,7 +141,7 @@ class Af_Feedmod extends Plugin implements IHandler function index() { - global $pluginhost; + $pluginhost = PluginHost::getInstance(); $json_conf = $pluginhost->get($this, 'json_conf'); print "
"; -- cgit v1.3.1