Merge "Allow partially blocked users to import images"
[lhc/web/wiklou.git] / maintenance / importImages.php
index f6be840..d0d8a4b 100644 (file)
@@ -361,7 +361,7 @@ class ImportImages extends Maintenance {
                                                # Protect the file
                                                $this->output( "\nWaiting for replica DBs...\n" );
                                                // Wait for replica DBs.
-                                               sleep( 2.0 ); # Why this sleep?
+                                               sleep( 2 ); # Why this sleep?
                                                wfWaitForSlaves();
 
                                                $this->output( "\nSetting image restrictions ... " );