Index: trunk/phase3/maintenance/deleteDefaultMessages.php |
— | — | @@ -63,9 +63,7 @@ |
64 | 64 | $dbw = wfGetDB( DB_MASTER ); |
65 | 65 | |
66 | 66 | foreach ( $res as $row ) { |
67 | | - if ( function_exists( 'wfWaitForSlaves' ) ) { |
68 | | - wfWaitForSlaves(); |
69 | | - } |
| 67 | + wfWaitForSlaves(); |
70 | 68 | $dbw->ping(); |
71 | 69 | $title = Title::makeTitle( $row->page_namespace, $row->page_title ); |
72 | 70 | $article = new Article( $title ); |