From d048422187fd3d3a293df7fa6af01b811bc4093c Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Sun, 9 Feb 2025 13:28:48 -0700 Subject: [PATCH] Fix --- includes/Lister/Lister.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }