Based on diff to wikia, set more functions consistently public rather than protected
[lhc/web/wiklou.git] / includes / api / ApiQueryPageProps.php
index 3bc6a38..1731c79 100644 (file)
@@ -142,7 +142,7 @@ class ApiQueryPageProps extends ApiQueryBase {
                return 'Get various properties defined in the page content';
        }
 
-       protected function getExamples() {
+       public function getExamples() {
                return array(
                        'api.php?action=query&prop=pageprops&titles=Category:Foo',
                );