PMCORE-2326

PMCORE-2326

PMCORE-2326

update
This commit is contained in:
Henry Jordan
2020-10-14 18:51:08 +00:00
parent 59a3b65cc8
commit 6b31cf3ae3

View File

@@ -199,7 +199,7 @@ class Application extends BaseApplication
return $aFields;
} 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) {
throw ($oError);