X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fparser%2FPreprocessor_Hash.php;h=0326499a7a4c54dcdf13d8a6478ff7452b281fa2;hb=96d25f6bcc0d6f8c67ff96fe72a2a64a8b8412cc;hp=8e74380c4dfb38b624c75887755f7850eb4337cb;hpb=744629032a2fa1d7a78d57bb0e8eb1101212e448;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/Preprocessor_Hash.php b/includes/parser/Preprocessor_Hash.php index 8e74380c4d..0326499a7a 100644 --- a/includes/parser/Preprocessor_Hash.php +++ b/includes/parser/Preprocessor_Hash.php @@ -1368,7 +1368,7 @@ class PPFrame_Hash implements PPFrame { if ( $level === false ) { return $this->title->getPrefixedDBkey(); } else { - return isset( $this->titleCache[$level] ) ? $this->titleCache[$level] : false; + return $this->titleCache[$level] ?? false; } }