Several more constants rewritten to getConfig()
[mailer.git] / inc / extensions / ext-refback.php
index d65c79f53d680c1d9f0b604cc69fea23a0922773..f8240e72db3d9abca5d085a5bf2ed81bbae6cec8 100644 (file)
@@ -116,9 +116,7 @@ KEY (`refid`)
 // Shall we include special files?
 if ($EXT_LOAD_MODE == 'register') {
        // Execute this special file on this update
-       ADD_INC_TO_POOL(sprintf("%sinc/gen_refback.php",
-       constant('PATH')
-       ));
+       ADD_INC_TO_POOL('inc/gen_refback.php');
 } // END - if
 
 //