Fix notice: Use of undefined constant __FUNC__ - assumed '__FUNC__' in /Library/WebSe...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 2 Apr 2010 17:32:56 +0000 (17:32 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 2 Apr 2010 17:32:56 +0000 (17:32 +0000)
includes/Article.php

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