Continued:
[core.git] / framework / database.php
index 2a13ed54263d5085c94bbfde1e67c932b4c84121..fe39b3b0598b1daebe12ccabd809e862a523903f 100644 (file)
@@ -44,7 +44,7 @@ $fqfn = sprintf(
 // Load the database layer include
 if (BaseFrameworkSystem::isReadableFile($fqfn)) {
        // Load the layer
-       require($fqfn);
+       require $fqfn;
 } else {
        // Layer is missing!
        ApplicationEntryPoint::app_exit(sprintf('[Main:] Database layer is missing! (%s) -> R.I.P.',