diff --git a/includes/Lister/Lister.php b/includes/Lister/Lister.php index 7425e461..61dc1192 100644 --- a/includes/Lister/Lister.php +++ b/includes/Lister/Lister.php @@ -801,7 +801,7 @@ protected function replaceTagParameters( $tag, Article $article ) { if ( array_key_exists( $id, $values ) ) { $value = $values[$id]; if ( trim( str_replace( ' ', '', strip_tags( $value ) ) ) !== '' ) { - $displaytitle = $value; + $displayTitle = $value; } }