X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/a08e22a70ba0348be063c999a2cf8a405cba0379..35e58ea1056480418d36b08a98f288d583805b23:/controller/guicontroller.php?ds=inline 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) {