From a5628f573480e84b877d914a4278c89ad7fce9d6 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 17 Aug 2011 22:24:21 +0000 Subject: Based on diff to wikia, set more functions consistently public rather than protected --- includes/api/ApiQueryAllUsers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/api/ApiQueryAllUsers.php') diff --git a/includes/api/ApiQueryAllUsers.php b/includes/api/ApiQueryAllUsers.php index 6b8c2ee28ac2..6f67dc992829 100644 --- a/includes/api/ApiQueryAllUsers.php +++ b/includes/api/ApiQueryAllUsers.php @@ -355,7 +355,7 @@ class ApiQueryAllUsers extends ApiQueryBase { ) ); } - protected function getExamples() { + public function getExamples() { return array( 'api.php?action=query&list=allusers&aufrom=Y', ); -- cgit v1.2.3