]> git.mxchange.org Git - core.git/blobdiff - inc/database.php
loadController() is now more generic (TODO: check that all other apps works)
[core.git] / inc / database.php
index 8fb2fd3115fd9c38f86ed4e44a916f055162fc23..f2b5632f7512a16e5f46ae1fbe7c10ccc815704a 100644 (file)
@@ -31,7 +31,7 @@ $fqfn = FrameworkConfiguration::getInstance()->readConfig('base_path') . 'inc/da
 // Load the database layer include
 if ((file_exists($fqfn)) && (is_file($fqfn)) && (is_readable($fqfn))) {
        // Load the layer
-       require_once($fqfn);
+       require($fqfn);
 } else {
        // Layer is missing!
        ApplicationEntryPoint::app_die(sprintf("[Main:] Database layer is missing! (%s) -> R.I.P.",