X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fparser%2FPPFrame_Hash.php;h=f38cb069681318107f843d136c74af5563c61fda;hb=824ecd9b75bcbcbda0d9330656ea0f06ce288c3a;hp=845ec73c7e6d205c4b31b401a0a5c84e08313420;hpb=b8c5ec5999af9a79e090a5052b949f7c3ac9c471;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/PPFrame_Hash.php b/includes/parser/PPFrame_Hash.php index 845ec73c7e..f38cb06968 100644 --- a/includes/parser/PPFrame_Hash.php +++ b/includes/parser/PPFrame_Hash.php @@ -69,7 +69,7 @@ class PPFrame_Hash implements PPFrame { public function __construct( $preprocessor ) { $this->preprocessor = $preprocessor; $this->parser = $preprocessor->parser; - $this->title = $this->parser->mTitle; + $this->title = $this->parser->getTitle(); $this->titleCache = [ $this->title ? $this->title->getPrefixedDBkey() : false ]; $this->loopCheckHash = []; $this->depth = 0;