Per Nikerabbit, follow-up to r64522: use __METHOD__
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 2 Apr 2010 19:51:21 +0000 (19:51 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 2 Apr 2010 19:51:21 +0000 (19:51 +0000)
includes/Article.php

index 9a4a700..3941136 100644 (file)
@@ -1022,7 +1022,7 @@ class Article {
         *    array
         */
        public function getRobotPolicyForView() {
-               wfDeprecated( __FUNCTION__ );
+               wfDeprecated( __METHOD__ );
                $policy = $this->getRobotPolicy( 'view' );
                return $policy['index'] . ',' . $policy['follow'];
        }