From 07171f23dde5966805800acae5bc9659b422bd87 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 2 Apr 2010 19:51:21 +0000 Subject: [PATCH] Per Nikerabbit, follow-up to r64522: use __METHOD__ --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 9a4a7005fe..39411364d9 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1022,7 +1022,7 @@ class Article { * array */ public function getRobotPolicyForView() { - wfDeprecated( __FUNCTION__ ); + wfDeprecated( __METHOD__ ); $policy = $this->getRobotPolicy( 'view' ); return $policy['index'] . ',' . $policy['follow']; } -- 2.20.1