summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-14 19:46:37 +0300
committerAndrew Dolgov <[email protected]>2017-02-14 19:46:37 +0300
commita3b5f3817e810257256e74b1116cf8da2e91e1b7 (patch)
treee7a6f11c3a7bf8d6c19307a2da95ad01a28f9d88 /plugins
parentc8919d630e4e4c9bc663f5db95fd01e17d09f7f4 (diff)
af_zz_imgproxy: remove filter hook, not needed
Diffstat (limited to 'plugins')
-rw-r--r--plugins/af_zz_imgproxy/init.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/af_zz_imgproxy/init.php b/plugins/af_zz_imgproxy/init.php
index 53d3bf3ed..f326b8e07 100644
--- a/plugins/af_zz_imgproxy/init.php
+++ b/plugins/af_zz_imgproxy/init.php
@@ -18,7 +18,6 @@ class Af_Zz_ImgProxy extends Plugin {
$host->add_hook($host::HOOK_RENDER_ARTICLE, $this);
$host->add_hook($host::HOOK_RENDER_ARTICLE_CDM, $this);
$host->add_hook($host::HOOK_ENCLOSURE_ENTRY, $this);
- //$host->add_hook($host::HOOK_ARTICLE_FILTER, $this);
$host->add_hook($host::HOOK_PREFS_TAB, $this);
}
@@ -33,10 +32,6 @@ class Af_Zz_ImgProxy extends Plugin {
return $enc;
}
- function hook_article_filter($article) {
- return $this->hook_render_article_cdm($article);
- }
-
function hook_render_article($article) {
return $this->hook_render_article_cdm($article);
}