Fixes for sql_patches removal vs. password reset of admin
[mailer.git] / inc / modules / guest / action-members.php
index 911c408d0ba1e314b263637e723afc97623ee0d5..1b2c0460a231a2e5700537edb0e44bcb1f6e4188 100644 (file)
@@ -42,7 +42,7 @@ if (ereg(basename(__FILE__), $_SERVER['PHP_SELF']))
 ADD_DESCR("guest", basename(__FILE__));
 
 // Load the include file
-$INC = sprintf(PATH."inc/modules/guest/what-%s.php", $GLOBALS['what']);
+$INC = sprintf("%sinc/modules/guest/what-%s.php", PATH, $GLOBALS['what']);
 if (file_exists($INC))
 {
        // Ok, we finally load the guest action module