Update group ID for translations export.

This commit is contained in:
Siebrand Mazeland 2010-09-18 23:50:36 +02:00
parent 16d234f9af
commit 06272668ec
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ foreach ($languages as $language) {
http_build_query(array(
'title' => 'Special:Translate',
'task' => 'export-to-file',
'group' => 'out-statusnet',
'group' => 'out-statusnet-core',
'language' => $twnCode));
$lcdir = INSTALLDIR . '/locale/' . $code;