Skip to content

Commit

Permalink
FIX: Removed notice-level error after forms w/ required fields are ma…
Browse files Browse the repository at this point in the history
…de readonly.
  • Loading branch information
Sam Minnee authored and chillu committed Jan 29, 2013
1 parent 1e1df8c commit 47e037e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms/RequiredFields.php
Expand Up @@ -35,7 +35,7 @@ public function useLabels($flag) {
* Clears all the validation from this object.
*/
public function removeValidation(){
$this->required = null;
$this->required = array();
}

/**
Expand Down

0 comments on commit 47e037e

Please sign in to comment.