From bd49e479cb235a4ab5f623dd73c253c47b39eef4 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 29 Mar 2016 13:30:13 +0200 Subject: [PATCH] Revert changes to path, PHPStorm is acting up --- app/config/bootstrap/libraries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/bootstrap/libraries.php b/app/config/bootstrap/libraries.php index a68d4de2b..d5fb02f4c 100644 --- a/app/config/bootstrap/libraries.php +++ b/app/config/bootstrap/libraries.php @@ -54,7 +54,7 @@ define('LITHIUM_APP_PATH', realpath(dirname(dirname(__DIR__)))); if (!defined('NN_ROOT')) { - define('NN_ROOT', realpath(dirname(dirname(LITHIUM_APP_PATH)) . DS)); + define('NN_ROOT', realpath(dirname(LITHIUM_APP_PATH)) . DS); } /**