Prefix in SQLs fixed, fixes for first startup and weekly/monthly reset is run without...
[mailer.git] / inc / extensions.php
index ab96062777e4f643825b7220644f893515452488..7e8fb37f894706ea79d632fece88590fa53ce31c 100644 (file)
@@ -103,7 +103,7 @@ function LOAD_EXTENSION ($ext_name, $EXT_LOAD_MODE = "", $EXT_VER = "", $dry_run
 
        // Include the extension file
        //* DEBUG: */ DEBUG_LOG(__FUNCTION__, __LINE__, "Extension loaded.");
-       require($FQFN);
+       require_once($FQFN);
 
        // Is this extension deprecated?
        if (EXT_GET_DEPRECATED() == "Y") {