diff --git a/models/board.php b/models/board.php index 4a46d6c5c..66e6998f9 100644 --- a/models/board.php +++ b/models/board.php @@ -39,7 +39,7 @@ class Board extends Base $values = array( 'title' => $title, - 'position' => ++$i, + 'position' => ++$position, 'project_id' => $project_id, ); diff --git a/templates/user_edit.php b/templates/user_edit.php index a6f5d600b..d9901e4e1 100644 --- a/templates/user_edit.php +++ b/templates/user_edit.php @@ -6,7 +6,7 @@
-
+