X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fdatabase.php;h=fe39b3b0598b1daebe12ccabd809e862a523903f;hp=2a13ed54263d5085c94bbfde1e67c932b4c84121;hb=6acaeb0b08448f701ca13f50aec3ee89ba6ab948;hpb=4e95c4e90f08f67f43591eaaa0c006f923d8bacf diff --git a/framework/database.php b/framework/database.php index 2a13ed54..fe39b3b0 100644 --- a/framework/database.php +++ b/framework/database.php @@ -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.',