This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-06-08 15:24:44 -04:00
parent 4f06dfa45b
commit 20df00a8ec

View File

@@ -65,7 +65,10 @@ class AppDocumentDrive
public function loadApplication ($appUid)
{
$this->app = new Application();
$this->app->Load($appUid);
$sw = $this->app->exists($appUid);
if ($sw === true) {
$this->app->Load($appUid);
}
}
public function existAppFolderDrive ()