From 4924f4c6d6d03d39471de363b8d368c8edad8f3d Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 24 Oct 2012 18:22:40 +0200 Subject: Correction bugs + amélioration design MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/entryController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/entryController.php') diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index 753994a2b..f9275593f 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -32,7 +32,7 @@ class entryController extends ActionController { if ($id == false) { $entryDAO->updateEntries ($values); } else { - $entryDAO->updateEntry ($entry->id (), $values); + $entryDAO->updateEntry ($id, $values); } } -- cgit v1.2.3