show last note modification date
[grauphel.git] / controller / guicontroller.php
index d186207105d82879332503e8a77f61a507b26cab..6fffcb2f7377db128d076d395e94d10156661c5b 100644 (file)
@@ -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) {