mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
some updates. Also adjusted the utf tools and normalizer more to our coding guidelines.
git-svn-id: file:///svn/phpbb/trunk@6312 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -838,7 +838,7 @@ class acp_language
|
||||
$compress->close();
|
||||
|
||||
$compress->download('lang_' . $row['lang_iso']);
|
||||
@unlink($phpbb_root_path . 'store/lang_' . $row['lang_iso'] . '.' . $use_method);
|
||||
@unlink($phpbb_root_path . 'store/lang_' . $row['lang_iso'] . $use_method);
|
||||
|
||||
exit;
|
||||
|
||||
|
Reference in New Issue
Block a user