summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-08-15 17:12:58 +0300
committerAndrew Dolgov <[email protected]>2019-08-15 17:12:58 +0300
commite342351584e293a18dca7addb2943e0c2e9bb375 (patch)
treed9d8e25b48350c1510f9650f19e964b515db0dad /init.php
parent6879fc375b58b90f79dc343e088d415c155347f2 (diff)
fix several leftover mentions of old (renamed) class name, duh
Diffstat (limited to 'init.php')
-rwxr-xr-xinit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.php b/init.php
index 277cfe7..80bf8f9 100755
--- a/init.php
+++ b/init.php
@@ -63,7 +63,7 @@ class Af_Img_Phash extends Plugin {
if ($args != "prefFeeds") return;
print "<div dojoType='dijit.layout.AccordionPane'
- title=\"<i class='material-icons'>photo</i> ".$this->__( 'Filter similar images (af_zz_img_phash)')."\">";
+ title=\"<i class='material-icons'>photo</i> ".$this->__( 'Filter similar images (af_img_phash)')."\">";
if (DB_TYPE == "pgsql") {
if (true === IMG_HASH_SQL_FUNCTION) {
@@ -99,7 +99,7 @@ class Af_Img_Phash extends Plugin {
print_hidden("op", "pluginhandler");
print_hidden("method", "save");
- print_hidden("plugin", "af_zz_img_phash");
+ print_hidden("plugin", "af_img_phash");
print "<h2>" . $this->__( "Global settings") . "</h2>";