From aa7e1800a424b152f01aa4c04a8a3d82b79da163 Mon Sep 17 00:00:00 2001 From: Sam Georges Date: Mon, 15 Sep 2014 08:58:42 +1000 Subject: [PATCH] Fixes path making issue --- modules/system/traits/PathMaker.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/traits/PathMaker.php b/modules/system/traits/PathMaker.php index 4aad14ea3..8e9b49aea 100644 --- a/modules/system/traits/PathMaker.php +++ b/modules/system/traits/PathMaker.php @@ -21,7 +21,7 @@ trait PathMaker protected $pathSymbols = [ '$' => PATH_PLUGINS, '~' => PATH_BASE, - '/' => PATH_BASE, // @deprecated + // '/' => PATH_BASE, // @deprecated '@' => PATH_BASE, // @deprecated ];