| @@ -51,9 +51,9 @@ | ||
| 51 | 51 | * @param array $recordarr Record data. |
| 52 | 52 | * @param Alert $alert The Alert being worked on. |
| 53 | 53 | * @return bool False on failure, otherwise should return original value of $success. |
| 54 | 54 | */ |
| 55 | - abstract public function check_record( $success, $record_id, $recordarr, $alert ); | |
| 55 | + abstract public function check_record ( $success, $record_id, $recordarr, $alert ); | |
| 56 | 56 | |
| 57 | 57 | /** |
| 58 | 58 | * Adds fields to the trigger form. |
| 59 | 59 | * |