diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2014-10-28 07:52:48 +0100 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2014-10-28 07:52:48 +0100 |
| commit | 35e58ea1056480418d36b08a98f288d583805b23 (patch) | |
| tree | ab13482bc05f7a789da473e21cd9b4894de27dc8 /controller/guicontroller.php | |
| parent | a08e22a70ba0348be063c999a2cf8a405cba0379 (diff) | |
| download | grauphel-35e58ea1056480418d36b08a98f288d583805b23.tar.gz grauphel-35e58ea1056480418d36b08a98f288d583805b23.zip | |
show last note modification date
Diffstat (limited to 'controller/guicontroller.php')
| -rw-r--r-- | controller/guicontroller.php | 2 |
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) { |
