summaryrefslogtreecommitdiff
path: root/models/board.php
diff options
context:
space:
mode:
Diffstat (limited to 'models/board.php')
-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')),