Add braces
[lhc/web/wiklou.git] / maintenance / mctest.php
index 9adb85a..359cd24 100644 (file)
@@ -36,8 +36,9 @@ class mcTest extends Maintenance {
                global $wgMemCachedServers;
 
                $iterations = $this->getOption( 'i', 100 );
-               if ( $this->hasArg() )
+               if ( $this->hasArg() ) {
                        $wgMemCachedServers = array( $this->getArg() );
+               }
 
                foreach ( $wgMemCachedServers as $server ) {
                        $this->output( $server . " ", $server );