diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-21 21:19:17 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-21 21:19:17 -0500 |
commit | 3345154b4d1864a974e7d1d823285cf0490ef55d (patch) | |
tree | fcdd80d004e6fedb10384f130c732362061c1a77 /models/board.php | |
parent | 94ce6f136419aa8b126017bc510f25b1b4d653af (diff) |
Fix minor errors
Diffstat (limited to 'models/board.php')
-rw-r--r-- | models/board.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/models/board.php b/models/board.php index 3142a7cc..d213f257 100644 --- a/models/board.php +++ b/models/board.php @@ -155,8 +155,6 @@ class Board extends Base // Validate column creation public function validateCreation(array $values) { - $rules = array(); - $v = new Validator($values, array( new Validators\Required('project_id', t('The project id is required')), new Validators\Integer('project_id', t('This value must be an integer')), |