*API: better version gen, added check for read-only api, added allpages params descri...
[lhc/web/wiklou.git] / includes / api / ApiPageSet.php
index 4bff40e..0c1b7c4 100644 (file)
@@ -401,8 +401,7 @@ class ApiPageSet extends ApiQueryBase {
        }
 
        public function getVersion() {
-               return array (
-               parent :: getVersion(), __CLASS__ . ': $Id$');
+               return __CLASS__ . ': $Id$';
        }
 }
 ?>
\ No newline at end of file