From b25a70458bac2cbf3ec165fd04cd97de1749e93e Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Thu, 29 Jan 2026 20:49:10 +0100 Subject: [PATCH] Help/Fixup * manually set articleUrl so help pages have content again --- endpoints/help/help.php | 1 + 1 file changed, 1 insertion(+) diff --git a/endpoints/help/help.php b/endpoints/help/help.php index 558aef02..92e5f7f8 100644 --- a/endpoints/help/help.php +++ b/endpoints/help/help.php @@ -29,6 +29,7 @@ class HelpBaseResponse extends TemplateResponse $this->generateError(); $this->catg = $rawParam; + $this->articleUrl = $this->pageName.'='.$rawParam; } protected function generate() : void