Get rollback working on new schema
[lhc/web/wiklou.git] / includes / Revision.php
index 30f0e65..6b099ff 100644 (file)
@@ -210,6 +210,13 @@ class Revision {
                return $this->mTitle;
        }
        
+       /**
+        * @return int
+        */
+       function getPage() {
+               return $this->mPage;
+       }
+       
        /**
         * @return int
         */