Support silent input checking. checkOutputEditorInput() can now return TRUE instead of a
list of errors
This commit is contained in:
committed by
WineHQ
parent
d03359ed2e
commit
f688be7c4d
@@ -58,8 +58,6 @@ $oOtherObject = new $oObject->sClass($oObject->iId);
|
||||
processForm return TRUE on success, or a user-readable list of errors
|
||||
on failure */
|
||||
$sErrors = $oObject->processForm($aClean);
|
||||
if($sErrors === TRUE)
|
||||
$sErrors = "";
|
||||
|
||||
if($oObject->iId && $aClean['sAction'] == "delete")
|
||||
$oObject->delete_entry();
|
||||
|
||||
Reference in New Issue
Block a user