active visible on shelves

This commit is contained in:
Ludovic CANDELLIER
2022-02-17 12:27:20 +01:00
parent 020954a7cc
commit c6ba4aaa24
3 changed files with 15 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ class Controller extends BaseController
public static function init()
{
$data['categories'] = Categories::getTree();
$data['categories'] = Categories::getTreeVisibles();
return $data;
}
}