PMCORE-2326
PMCORE-2326 PMCORE-2326 update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user