Index: trunk/phase3/maintenance/deleteSelfExternals.php |
— | — | @@ -45,7 +45,7 @@ |
46 | 46 | . $db->buildLike( $wgServer . '/', $db->anyString() ), $this->mBatchSize ); |
47 | 47 | $this->output( "Deleting a batch\n" ); |
48 | 48 | $db->query( $q ); |
49 | | - if ( !$db->affectedRows() ) exit( 0 ); |
| 49 | + if ( !$db->affectedRows() ) return; |
50 | 50 | } |
51 | 51 | } |
52 | 52 | } |