aboutsummaryrefslogtreecommitdiff
path: root/controller
diff options
context:
space:
mode:
Diffstat (limited to 'controller')
-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) {