Merged in darojas/processmaker (pull request #242)
Se actualiza get en FILESMANAGER.
This commit is contained in:
@@ -45,7 +45,6 @@ class FilesManager
|
|||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$sMainDirectory = current(explode("/", $path));
|
$sMainDirectory = current(explode("/", $path));
|
||||||
$path = str_replace('/', '', $path);
|
|
||||||
if (strstr($path,'/')) {
|
if (strstr($path,'/')) {
|
||||||
$sSubDirectory = substr($path, strpos($path, "/")+1). PATH_SEP ;
|
$sSubDirectory = substr($path, strpos($path, "/")+1). PATH_SEP ;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user