aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/entryController.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-24 18:22:40 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2012-10-24 18:22:40 +0200
commit4924f4c6d6d03d39471de363b8d368c8edad8f3d (patch)
treef91684622068e2baddbd12b7f20a7d712e095676 /app/controllers/entryController.php
parent2b3a08e3dd5bf936d6d76a5f5282933e3ca6aeea (diff)
Correction bugs + amélioration design
Diffstat (limited to 'app/controllers/entryController.php')
-rwxr-xr-xapp/controllers/entryController.php2
1 files changed, 1 insertions, 1 deletions
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);
}
}