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 c7e13f471..a2acad24f 100755
--- a/app/controllers/entryController.php
+++ b/app/controllers/entryController.php
@@ -90,7 +90,6 @@ class entryController extends ActionController {
if ($entry != false) {
$values = array (
'is_favorite' => $is_fav,
- 'lastUpdate' => time ()
);
$entryDAO->updateEntry ($entry->id (), $values);