Merge "Added spaces before and removed spaces after 'array'"
[lhc/web/wiklou.git] / includes / QueryPage.php
index 5b050c4..a4a1ffb 100644 (file)
@@ -422,7 +422,7 @@ abstract class QueryPage extends SpecialPage {
         */
        function fetchFromCache( $limit, $offset = false ) {
                $dbr = wfGetDB( DB_SLAVE );
-               $options = array ();
+               $options = array();
                if ( $limit !== false ) {
                        $options['LIMIT'] = intval( $limit );
                }