Help/Fixup

* manually set articleUrl so help pages have content again
This commit is contained in:
Sarjuuk 2026-01-29 20:49:10 +01:00
parent c58b073a73
commit b25a70458b

View file

@ -29,6 +29,7 @@ class HelpBaseResponse extends TemplateResponse
$this->generateError();
$this->catg = $rawParam;
$this->articleUrl = $this->pageName.'='.$rawParam;
}
protected function generate() : void