]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
doc: plugins: remove doc about deprecated $GLOBALS['config']['ENABLED_PLUGINS'] array
[github/shaarli/Shaarli.git] / index.php
index e7471823252494c594be9b67eb835f26b290979d..869f42de1352eafb5ec95bf44de6ca2c1b29855e 100644 (file)
--- a/index.php
+++ b/index.php
@@ -95,7 +95,7 @@ $app->group('', function () {
     $this->get('/add-tag/{newTag}', '\Shaarli\Front\Controller\Visitor\TagController:addTag');
     $this->get('/remove-tag/{tag}', '\Shaarli\Front\Controller\Visitor\TagController:removeTag');
     $this->get('/links-per-page', '\Shaarli\Front\Controller\Visitor\PublicSessionFilterController:linksPerPage');
-    $this->get('/untagged-only', '\Shaarli\Front\Controller\Admin\PublicSessionFilterController:untaggedOnly');
+    $this->get('/untagged-only', '\Shaarli\Front\Controller\Visitor\PublicSessionFilterController:untaggedOnly');
 })->add('\Shaarli\Front\ShaarliMiddleware');
 
 $app->group('/admin', function () {