Merge "(bug 24437) Add nofollow to image link"
[lhc/web/wiklou.git] / includes / db / DatabaseUtility.php
index 3e8c40b..c846788 100644 (file)
@@ -242,7 +242,6 @@ class FakeResultWrapper extends ResultWrapper {
                        $this->currentRow = false;
                }
                $this->pos++;
-
                if ( is_object( $this->currentRow ) ) {
                        return get_object_vars( $this->currentRow );
                } else {