diff options
| author | 2012-10-24 18:22:40 +0200 | |
|---|---|---|
| committer | 2012-10-24 18:22:40 +0200 | |
| commit | 4924f4c6d6d03d39471de363b8d368c8edad8f3d (patch) | |
| tree | f91684622068e2baddbd12b7f20a7d712e095676 /app/controllers/entryController.php | |
| parent | 2b3a08e3dd5bf936d6d76a5f5282933e3ca6aeea (diff) | |
Correction bugs + amélioration design
Diffstat (limited to 'app/controllers/entryController.php')
| -rwxr-xr-x | app/controllers/entryController.php | 2 |
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); } } |
