]> git.mxchange.org Git - mailer.git/blobdiff - inc/daily/daily_profile.php
Added purging of subid and server_name logs
[mailer.git] / inc / daily / daily_profile.php
index 97a34f5ab52c1ac69683878a9a74bc4697c33e41..70b0eb96b5882a04e60810b13e90016a87f053a1 100644 (file)
@@ -43,7 +43,7 @@ if (!defined('__SECURITY')) {
        // Do not execute when script is in CSS mode or no daily reset
        return;
 } elseif (!isExtensionActive('profile')) {
-       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension disabled.');
+       logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext-profile disabled.');
        return;
 }