Prevent ids from disappearing during form processing
This commit is contained in:
committed by
Chris Morgan
parent
c33d8a382e
commit
fe56884a98
@@ -618,7 +618,9 @@ class Application {
|
||||
/* $aValues can be $_REQUEST or any array with the values from outputEditor() */
|
||||
public function GetOutputEditorValues($aValues)
|
||||
{
|
||||
$this->iAppId = $aValues['iAppId'];
|
||||
if($aValues['iAppId'])
|
||||
$this->iAppId = $aValues['iAppId'];
|
||||
|
||||
$this->sName = $aValues['sAppName'];
|
||||
$this->sDescription = $aValues['shAppDescription'];
|
||||
$this->iCatId = $aValues['iAppCatId'];
|
||||
|
||||
Reference in New Issue
Block a user