Added spaces before and removed spaces after 'array'
[lhc/web/wiklou.git] / includes / QueryPage.php
index e1f24fa..b89ba0c 100644 (file)
@@ -416,7 +416,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 );
                }