Completed
Pull Request — gcconnex (#1527)
by Ilia
48:14 queued 26:50
created
mod/gcconnex_theme/include/fgcontactform.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -758,6 +758,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.