QA: Upgrade mediawiki_selenium to 1.2 for Raita logging
[lhc/web/wiklou.git] / includes / Category.php
index 2521a65..3a21e25 100644 (file)
@@ -60,7 +60,6 @@ class Category {
                        return true;
                }
 
-
                $dbr = wfGetDB( DB_SLAVE );
                $row = $dbr->selectRow(
                        'category',
@@ -69,7 +68,6 @@ class Category {
                        __METHOD__
                );
 
-
                if ( !$row ) {
                        # Okay, there were no contents.  Nothing to initialize.
                        if ( $this->mTitle ) {
@@ -281,7 +279,6 @@ class Category {
                        )
                );
 
-
                return $result;
        }
 
@@ -314,7 +311,6 @@ class Category {
                        }
                }
 
-
                $dbw = wfGetDB( DB_MASTER );
                $dbw->startAtomic( __METHOD__ );
 
@@ -358,7 +354,6 @@ class Category {
                );
                $dbw->endAtomic( __METHOD__ );
 
-
                # Now we should update our local counts.
                $this->mPages = $result->pages;
                $this->mSubcats = $result->subcats;