summaryrefslogtreecommitdiff
path: root/app/controllers/entryController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/entryController.php')
-rwxr-xr-xapp/controllers/entryController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php
index cb9e24757..679a4201f 100755
--- a/app/controllers/entryController.php
+++ b/app/controllers/entryController.php
@@ -87,7 +87,6 @@ class entryController extends ActionController {
if ($entry != false) {
$values = array (
'is_favorite' => $is_fav,
- 'lastUpdate' => time ()
);
$entryDAO->updateEntry ($entry->id (), $values);