Remove php notice
This commit is contained in:
@@ -39,7 +39,7 @@ class Board extends Base
|
||||
|
||||
$values = array(
|
||||
'title' => $title,
|
||||
'position' => ++$i,
|
||||
'position' => ++$position,
|
||||
'project_id' => $project_id,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user