summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-08-26 21:07:17 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-08-26 21:07:17 +0200
commit32842bef0a8bdec0cbeed04383ad2dcc97437486 (patch)
tree1d28c9a7533f381bd6890aaf0b1594516380131a
parent31a6a13268023a2db5eba2445ee6c7db4a6d9623 (diff)
Cleaning after SQL model updated
A "lastUpdate" field was forgotten
-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);