Fix notice CASE SCHEDULER.

This commit is contained in:
Freddy Daniel Rojas Valda
2014-02-12 12:35:03 -04:00
parent 4d681af477
commit cf5b998d5a
3 changed files with 17 additions and 14 deletions

View File

@@ -22,11 +22,6 @@ class FilesManager extends Api
try {
$filesManager = new \BusinessModel\FilesManager();
if ($path != '') {
if ($path == 'templates') {
$path = 'mailTemplates';
} else {
$path = 'public';
}
$arrayData = $filesManager->getProcessFilesManagerPath($prjUid, $path);
} else {
$arrayData = $filesManager->getProcessFilesManager($prjUid);