diff options
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); } } |
