Fix minor errors

This commit is contained in:
Frédéric Guillot
2014-02-21 21:19:17 -05:00
parent 94ce6f1364
commit 3345154b4d
4 changed files with 1 additions and 7 deletions

View File

@@ -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')),