Merged in bugfix/HOR-4632 (pull request #6513)

HOR-4632

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Roly
2018-06-12 15:38:22 +00:00
committed by Julio Cesar Laura Avendaño

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 ()