X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fcontent%2FWikitextContent.php;h=f495c56f5f5cdd424a200ecd09d0286206d2cc72;hb=b6668a042787fe59be414603e973c491bdf3b04a;hp=a92699ba8f9983c4a84148eccd319b1c40030fd5;hpb=46745ae9520198e97bcc69793e3beba7647fc721;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/WikitextContent.php b/includes/content/WikitextContent.php index a92699ba8f..f495c56f5f 100644 --- a/includes/content/WikitextContent.php +++ b/includes/content/WikitextContent.php @@ -202,6 +202,7 @@ class WikitextContent extends TextContent { */ public function getRedirectTarget() { list( $title, ) = $this->getRedirectTargetAndText(); + return $title; }