Index: branches/5.3.x/units/link_validation/link_validation_eh.php =================================================================== diff -u -N -r16107 -r16507 --- branches/5.3.x/units/link_validation/link_validation_eh.php (.../link_validation_eh.php) (revision 16107) +++ branches/5.3.x/units/link_validation/link_validation_eh.php (.../link_validation_eh.php) (revision 16507) @@ -1,6 +1,6 @@ Load($id); switch ( $event->Name ) { case 'OnApproveLinks': - $ret = $object->ApproveChanges(); + $object->ApproveChanges(); break; case 'OnDeclineLinks': - $ret = $object->DeclineChanges(); + $object->DeclineChanges(); break; } - - if ( !$ret ) { - $event->status = kEvent::erFAIL; - $event->redirect = false; - break; - } } } @@ -582,4 +575,4 @@ )); } - } \ No newline at end of file + }