Fixes for sql_patches removal vs. password reset of admin
[mailer.git] / inc / modules / admin / action-user.php
index 20254c254dfd38119445985ae0c6190fd8ebc033..1d53df9a1367701b74c1b3a4691519d4f39eb71d 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