]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-removeip.php
Even more code moved, thanks to km4l again. :)
[mailer.git] / inc / extensions / ext-removeip.php
index e25a464d94da816955779df15821a729044a44fa..1f656ce00cb552ade4bed00c4c3a2ecbe47cff7b 100644 (file)
@@ -69,7 +69,7 @@ switch (getExtensionMode())
                addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_admin_menu` WHERE `what`='config_removeip' LIMIT 1");
 
                // Remove filters
-               unregisterFilter('post_youhere_line', 'ADD_ANONYMITY_NOTICE', true, isExtensionDryRun());
+               unregisterFilter(__FUNCTION__, __LINE__, 'post_youhere_line', 'ADD_ANONYMITY_NOTICE', true, isExtensionDryRun());
                break;
 
        case 'activate': // Do stuff when admin activates this extension