commit 686f7a52b2410165be67257eb26fbcdc2d17735c
parent d3b7e0badd268eb4fe4a422786a4ae18678e31c6
Author: markseu <mark2011@mayberg.se>
Date: Fri, 3 Oct 2014 23:26:54 +0200
Hello multi language mode (bugfix for navigation)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/core/core.php b/system/core/core.php
@@ -1852,7 +1852,7 @@ class YellowToolbox
// Return directory location
function getDirectoryLocation($location)
{
- return ($pos = strrposu($location, '/')) ? substru($location, 0, $pos+1) : "";
+ return ($pos = strrposu($location, '/')) ? substru($location, 0, $pos+1) : "/";
}
// Return files and directories