]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/action-repair.php
Fixes for sql_patches removal vs. password reset of admin
[mailer.git] / inc / modules / admin / action-repair.php
index 1f54b7e2c7a6bfe2566aa3ebd0866cc05d560b84..09eba7ec2e458667e24731dfe3860bbbb67993f0 100644 (file)
@@ -42,7 +42,7 @@ if ((ereg(basename(__FILE__), $_SERVER['PHP_SELF'])) || (!IS_ADMIN()))
 ADD_DESCR("admin", basename(__FILE__));
 
 // Load the include file
-$INC = sprintf(PATH."inc/modules/admin/what-%s.php", $GLOBALS['what']);
+$INC = sprintf("%sinc/modules/admin/what-%s.php", PATH, $GLOBALS['what']);
 if (file_exists($INC))
 {
        // Ok, we finally load the admin action module