]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-profile.php
Several more constants rewritten to getConfig()
[mailer.git] / inc / extensions / ext-profile.php
index 0947f988cca3eaa29fe28198037293d82b8359b8..c9cc6d0a877b2aa517346e68db9310c65c3aef63 100644 (file)
@@ -130,7 +130,7 @@ switch ($EXT_LOAD_MODE)
                                // Do we have a daily-reset-run?
                                if (isResetModeEnabled() && (!isDebugModeEnabled()) && (getOutputMode() != 1)) {
                                        // So let's check for profiles which needs an update
-                                       ADD_INC_TO_POOL(sprintf("%sinc/profile-updte.php", constant('PATH')));
+                                       ADD_INC_TO_POOL('inc/profile-updte.php');
                                }
                                break;
 }