Merge "Remove "@author Umherirrender" annotations"
[lhc/web/wiklou.git] / includes / specialpage / SpecialPage.php
index b883d33..9594952 100644 (file)
@@ -783,6 +783,10 @@ class SpecialPage implements MessageLocalizer {
         * @since 1.25
         */
        public function addHelpLink( $to, $overrideBaseUrl = false ) {
+               if ( $this->including() ) {
+                       return;
+               }
+
                global $wgContLang;
                $msg = $this->msg( $wgContLang->lc( $this->getName() ) . '-helppage' );