diff --git a/includes/TimelessTemplate.php b/includes/TimelessTemplate.php index 151f900..6ef560d 100644 --- a/includes/TimelessTemplate.php +++ b/includes/TimelessTemplate.php @@ -614,7 +614,9 @@ class TimelessTemplate extends BaseTemplate { if ( $namespace >= 0 ) { $pileOfTools['pagelog'] = [ 'text' => $this->getMsg( 'timeless-pagelog' )->text(), - 'href' => SpecialPage::getTitleFor( 'Log', $title->getPrefixedText() )->getLocalURL(), + 'href' => SpecialPage::getTitleFor( 'Log' )->getLocalURL( + [ 'page' => $title->getPrefixedText() ] + ), 'id' => 't-pagelog' ]; }