We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3dc2d commit cd83938Copy full SHA for cd83938
app/class/Servicerender.php
@@ -709,7 +709,7 @@ protected function pageoptlist(string $text): string
709
710
$pagetable = $this->pagemanager->pagetable($this->pagemanager->pagelist(), $optlist);
711
$content = $optlist->listhtml($pagetable, $this->page);
712
- $text = str_replace($match['fullmatch'], $content, $text);
+ $text = str_replace($match->fullmatch(), $content, $text);
713
} catch (RuntimeException $e) {
714
Logger::errorex($e);
715
}
0 commit comments