Skip to content

Commit

Permalink
fixed error assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainN committed Oct 21, 2013
1 parent 33ec5fb commit 43f368a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validators.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function errors() {
}

public function __construct( array $errors ) {
$this->$errors = $errors;
$this->errors = $errors;
$this->isValid = (!$errors);
}
}

0 comments on commit 43f368a

Please sign in to comment.