X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FFakeTitle.php;h=efa213fbe56f59b711b293b9c0c26b7b89f5301b;hb=634f48b9d09648ec38781d222d186513e96b9ab7;hp=60f7600de1dab4a8912ed6406cbc08e4c934d2e1;hpb=d2604f086f1031c1cbff81c8f877d24355546390;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/FakeTitle.php b/includes/FakeTitle.php index 60f7600de1..efa213fbe5 100644 --- a/includes/FakeTitle.php +++ b/includes/FakeTitle.php @@ -114,9 +114,9 @@ class FakeTitle extends Title { function getParentCategories() { $this->error(); } function getParentCategoryTree( $children = array() ) { $this->error(); } function pageCond() { $this->error(); } - function getPreviousRevisionID( $revId, $flags=0 ) { $this->error(); } - function getNextRevisionID( $revId, $flags=0 ) { $this->error(); } - function getFirstRevision( $flags=0 ) { $this->error(); } + function getPreviousRevisionID( $revId, $flags = 0 ) { $this->error(); } + function getNextRevisionID( $revId, $flags = 0 ) { $this->error(); } + function getFirstRevision( $flags = 0 ) { $this->error(); } function isNewPage() { $this->error(); } function getEarliestRevTime( $flags = 0 ) { $this->error(); } function countRevisionsBetween( $old, $new ) { $this->error(); }