diff options
| author | Markus Birth <markus@birth-online.de> | 2013-04-20 00:24:58 +0200 |
|---|---|---|
| committer | Markus Birth <markus@birth-online.de> | 2013-04-20 00:24:58 +0200 |
| commit | bb29149ab7066449634da1372823740c23b29d07 (patch) | |
| tree | 76a8f3f9395a7108c695719804e52b4cfe3b61b3 | |
| parent | 8ba6cb2462054360295168c55292c539a1d8a05f (diff) | |
| download | yafpp-bb29149ab7066449634da1372823740c23b29d07.tar.gz yafpp-bb29149ab7066449634da1372823740c23b29d07.zip | |
Use new PluginHost singleton.
| -rw-r--r-- | init.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "<form dojoType=\"dijit.form.Form\">"; |
