summaryrefslogtreecommitdiff
path: root/models
diff options
context:
space:
mode:
authorFrédéric Guillot <contact@fredericguillot.com>2014-02-21 21:19:17 -0500
committerFrédéric Guillot <contact@fredericguillot.com>2014-02-21 21:19:17 -0500
commit3345154b4d1864a974e7d1d823285cf0490ef55d (patch)
treefcdd80d004e6fedb10384f130c732362061c1a77 /models
parent94ce6f136419aa8b126017bc510f25b1b4d653af (diff)
Fix minor errors
Diffstat (limited to 'models')
-rw-r--r--models/board.php2
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')),