Merged in bugfix/PMCORE-2326 (pull request #7520)

PMCORE-2326

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Henry Jonathan Quispe Quispe
2020-10-15 14:23:38 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -199,7 +199,7 @@ class Application extends BaseApplication
return $aFields; return $aFields;
} else { } else {
throw (new Exception("The Application row '$AppUid' doesn't exist!")); throw (new Exception(htmlentities("The Application row '$AppUid' doesn't exist!", ENT_QUOTES, "UTF-8")));
} }
} catch (Exception $oError) { } catch (Exception $oError) {
throw ($oError); throw ($oError);