All, except security block, include()/require() rewritten to own LOAD_INC()/LOAD_INC_...
[mailer.git] / inc / extensions / ext-refback.php
index e1e165ce7d576f31e22401787d3190ebf25c7a57..8edb325efd47970cefd4815a503c112fdd8e493a 100644 (file)
@@ -111,7 +111,9 @@ default: // Do stuff when extension is loaded
 // Shall we include special files?
 if ($EXT_LOAD_MODE == "register") {
        // Execute this special file on this update
-       $INC_POOL[] = PATH."inc/gen_refback.php";
+       $INC_POOL[] = sprintf("%sinc/gen_refback.php",
+               constant('PATH')
+       );
 } // END - if
 
 // Keep this extension always active!