From 6fdf5894559ed24607658c5beab44853cc876482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Tue, 11 Feb 2014 18:49:36 -0500 Subject: [PATCH] Remove php notice --- models/board.php | 2 +- templates/user_edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@
-
+