Merged in darojas/processmaker (pull request #242)

Se actualiza get en FILESMANAGER.
This commit is contained in:
erik ao
2014-02-26 13:10:07 -04:00

View File

@@ -45,7 +45,6 @@ class FilesManager
{
try {
$sMainDirectory = current(explode("/", $path));
$path = str_replace('/', '', $path);
if (strstr($path,'/')) {
$sSubDirectory = substr($path, strpos($path, "/")+1). PATH_SEP ;
} else {