From 35e58ea1056480418d36b08a98f288d583805b23 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 28 Oct 2014 07:52:48 +0100 Subject: show last note modification date --- controller/guicontroller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller/guicontroller.php') 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) { -- cgit v1.2.3