SECURITY: Escape internal error message
[lhc/web/wiklou.git] / maintenance / populateRecentChangesSource.php
index eb9797f..04ad255 100644 (file)
@@ -60,8 +60,6 @@ class PopulateRecentChangesSource extends LoggedUpdateMaintenance {
                $updatedValues = $this->buildUpdateCondition( $dbw );
 
                while ( $blockEnd <= $end ) {
-                       $cond = "rc_id BETWEEN $blockStart AND $blockEnd";
-
                        $dbw->update(
                                'recentchanges',
                                [ $updatedValues ],