Merge "Fix creating non-parameterized hashes in ParameterizedPassword"
[lhc/web/wiklou.git] / includes / api / ApiComparePages.php
index a2f33ea..ce256a6 100644 (file)
@@ -126,7 +126,7 @@ class ApiComparePages extends ApiBase {
                );
        }
 
-       public function getExamplesMessages() {
+       protected function getExamplesMessages() {
                return array(
                        'action=compare&fromrev=1&torev=2'
                                => 'apihelp-compare-example-1',