Misc/Fixup

* obligatory after-the-fact fixups
This commit is contained in:
Sarjuuk
2022-03-22 16:25:36 +01:00
parent d819bf60f5
commit 7caabc0fa8
11 changed files with 14 additions and 80 deletions

View File

@@ -10,7 +10,7 @@ class GuidesPage extends GenericPage
{
use TrListPage;
protected $type = Type::Guide;
protected $type = Type::GUIDE;
protected $tpl = 'list-page-generic';
protected $path = [6];
protected $tabId = 6;