Index: trunk/extensions/Translate/utils/MessageTable.php |
— | — | @@ -119,6 +119,7 @@ |
120 | 120 | $optional = wfMsgHtml( 'translate-optional' ); |
121 | 121 | |
122 | 122 | $batch = new LinkBatch(); |
| 123 | + $batch->setCaller( __METHOD__ ); |
123 | 124 | $ns = $this->group->getNamespace(); |
124 | 125 | |
125 | 126 | foreach ( $this->collection->keys() as $key ) { |