X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FTitle.php;h=3c51baebe2cc4611d1a266f662af119e9cb99905;hb=f5dbb60c6ef604555def877bee1d605fcde23800;hp=213572b95bc245c70958c18ae17cbe32394d5439;hpb=4a585f9ce96947f0c17d99e6f5bc93bad8e12c14;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Title.php b/includes/Title.php index 213572b95b..3c51baebe2 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1412,7 +1412,6 @@ class Title implements LinkTarget { $fragment, $this->getInterwiki() ); - } /** @@ -2926,7 +2925,6 @@ class Title implements LinkTarget { # Cycle through all the restrictions. foreach ( $rows as $row ) { - // Don't take care of restrictions types that aren't allowed if ( !in_array( $row->pr_type, $restrictionTypes ) ) { continue; @@ -4600,7 +4598,6 @@ class Title implements LinkTarget { : $wgExemptFromUserRobotsControl; return !in_array( $this->mNamespace, $bannedNamespaces ); - } /**