Rewrites/fixes in extension registration
[mailer.git] / inc / extensions / ext-other.php
index ac398cfc00a4fae18f42c780846669e8620dfbb8..71541b5723d3ae48292c17d57d3fd3b136cf5035 100644 (file)
@@ -62,7 +62,7 @@ switch (getExtensionMode()) {
                addExtensionSql("DELETE LOW_PRIORITY FROM `{?_MYSQL_PREFIX?}_admin_menu` WHERE `what`='config_other'");
 
                // Unregister filter
-               unregisterFilter('page_footer', 'DISPLAY_DEBUG_SQL', true, isExtensionDryRun());
+               unregisterFilter(__FUNCTION__, __LINE__, 'page_footer', 'DISPLAY_DEBUG_SQL', true, isExtensionDryRun());
                break;
 
        case 'activate': // Do stuff when admin activates this extension