@@ -758,6 +758,9 @@ |
||
| 758 | 758 | $this->message = $this->StripSlashes($_POST['message']); |
| 759 | 759 | } |
| 760 | 760 | |
| 761 | + /** |
|
| 762 | + * @param string $error |
|
| 763 | + */ |
|
| 761 | 764 | public function add_error($error) |
| 762 | 765 | { |
| 763 | 766 | array_push($this->errors, $error); |