Hello multi language mode (bugfix for navigation)

This commit is contained in:
markseu 2014-10-03 23:26:54 +02:00
parent d3b7e0badd
commit 686f7a52b2

View file

@ -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