X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FRevisionList.php;h=1b865bb05cdfbd4a460b8ca400c13f5ec3170c33;hb=5755a74aa63fef10a6cf785f34176681e139499f;hp=666df96d0d3879ae650d12cbed0d582d6bc27e99;hpb=68609ba4b41d27b17991cecd113bce00e871ca9f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/RevisionList.php b/includes/RevisionList.php index 666df96d0d..1b865bb05c 100644 --- a/includes/RevisionList.php +++ b/includes/RevisionList.php @@ -105,7 +105,7 @@ abstract class RevisionListBase extends ContextSource { * @return int */ public function length() { - if( !$this->res ) { + if ( !$this->res ) { return 0; } else { return $this->res->numRows();