Index: trunk/extensions/Translate/utils/MessageTable.php |
— | — | @@ -259,9 +259,7 @@ |
260 | 260 | |
261 | 261 | protected function doLinkBatch() { |
262 | 262 | $batch = new LinkBatch(); |
263 | | - if ( method_exists( $batch, 'setCaller' ) ) { |
264 | | - $batch->setCaller( __METHOD__ ); |
265 | | - } |
| 263 | + $batch->setCaller( __METHOD__ ); |
266 | 264 | $ns = $this->group->getNamespace(); |
267 | 265 | foreach ( $this->collection->keys() as $key ) { |
268 | 266 | $batch->add( $ns, $key ); |