Revert r107769, r107771, r107825, r107840, r107927, r107934
[lhc/web/wiklou.git] / includes / FakeTitle.php
index f9e19b1..8415ec0 100644 (file)
@@ -65,8 +65,8 @@ class FakeTitle extends Title {
        function isCascadeProtected() { $this->error(); }
        function getCascadeProtectionSources( $get_pages = true ) { $this->error(); }
        function areRestrictionsCascading() { $this->error(); }
-       function loadRestrictionsFromRows( $rows ) { $this->error(); }
-       function loadRestrictions() { $this->error(); }
+       function loadRestrictionsFromRows( $rows, $oldFashionedRestrictions = null ) { $this->error(); }
+       function loadRestrictions( $res = null ) { $this->error(); }
        function getRestrictions( $action ) { $this->error(); }
        function getRestrictionExpiry( $action ) { $this->error(); }
        function isDeleted() { $this->error(); }
@@ -109,7 +109,7 @@ class FakeTitle extends Title {
        function isKnown() { $this->error(); }
        function canExist() { $this->error(); }
        function touchLinks() { $this->error(); }
-       function getTouched() { $this->error(); }
+       function getTouched( $db = null ) { $this->error(); }
        function getNotificationTimestamp( $user = null ) { $this->error(); }
        function getNamespaceKey( $prepend = 'nstab-' ) { $this->error(); }
        function isSpecialPage() { $this->error(); }