aboutsummaryrefslogtreecommitdiff
path: root/controller/guicontroller.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-10-28 07:52:48 +0100
committerChristian Weiske <cweiske@cweiske.de>2014-10-28 07:52:48 +0100
commit35e58ea1056480418d36b08a98f288d583805b23 (patch)
treeab13482bc05f7a789da473e21cd9b4894de27dc8 /controller/guicontroller.php
parenta08e22a70ba0348be063c999a2cf8a405cba0379 (diff)
downloadgrauphel-35e58ea1056480418d36b08a98f288d583805b23.tar.gz
grauphel-35e58ea1056480418d36b08a98f288d583805b23.zip
show last note modification date
Diffstat (limited to 'controller/guicontroller.php')
-rw-r--r--controller/guicontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/guicontroller.php b/controller/guicontroller.php
index d186207..6fffcb2 100644
--- a/controller/guicontroller.php
+++ b/controller/guicontroller.php
@@ -149,7 +149,7 @@ class GuiController extends Controller
*/
public function tag($rawtag)
{
- $notes = $this->getNotes()->loadNotesOverview(null, $rawtag);
+ $notes = $this->getNotes()->loadNotesOverview(null, $rawtag, true);
usort(
$notes,
function($noteA, $noteB) {