Remove some unused getting of non existent arguments
[lhc/web/wiklou.git] / maintenance / cleanupCaps.php
index 2d945a5..d0539f5 100644 (file)
@@ -88,9 +88,8 @@ class CapsCleanup extends TableCleanup {
                                        return $this->processRow( $row );
                                }
                        }
-               } else {
-                       $this->progress( 0 );
                }
+               return $this->progress( 0 );
        }
 }