X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FFakeTitle.php;h=efa213fbe56f59b711b293b9c0c26b7b89f5301b;hb=f3779e067fa6afaaf1de54f9e7cf2554b64261ad;hp=60f7600de1dab4a8912ed6406cbc08e4c934d2e1;hpb=bf99725d8db8e842be3d920be43726425e26631e;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(); }