From 7e72bde51c52eee3760f20b69393b2df91bf4113 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Wed, 14 Dec 2011 09:29:11 +0000 Subject: [PATCH] __DIR__ Typo fixed --- app/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bootstrap.php b/app/bootstrap.php index f4431cf74bf57..6e7e85e799a46 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -48,7 +48,7 @@ * Constants definition */ define('DS', DIRECTORY_SEPARATOR); -define('BP', dirname(__DIR__)); +define('BP', __DIR__); if (file_exists(BP . '/maintenance.flag')) { if (PHP_SAPI == 'cli') {