]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-uberwach.php
Aliasing should be avoided, better we rename the column or/and use direct column...
[mailer.git] / inc / extensions / ext-uberwach.php
index 28e00094f0648d58eaeeb5295e2a0567065ec5fd..ba30a6bc55c053022775adb68abb13091ac16414 100644 (file)
@@ -58,7 +58,7 @@ switch (getExtensionMode()) {
                addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_admin_menu` WHERE `what`='config_uberwach' LIMIT 1");
 
                // Unregister filter
-               unregisterFilter('page_footer', 'DISPLAY_UBERWACH_SNIPPET', true, isExtensionDryRun());
+               unregisterFilter(__FUNCTION__, __LINE__, 'page_footer', 'DISPLAY_UBERWACH_SNIPPET', true, isExtensionDryRun());
                break;
 
        case 'activate': // Do stuff when admin activates this extension