Some more code review

This commit is contained in:
Jeroen De Meerleer 2018-12-18 18:00:35 +01:00 committed by Hypolite Petovan
parent ff180fb0f1
commit 6a04ba4014
1 changed files with 2 additions and 2 deletions

View File

@ -262,8 +262,8 @@ function update_1293() {
$allLangs = L10n::getAvailableLanguages(); $allLangs = L10n::getAvailableLanguages();
$success = 0; $success = 0;
$fail = 0; $fail = 0;
foreach ($allGenders as $key=>$gender) { foreach ($allGenders as $key => $gender) {
foreach ($allLangs as $key=>$lang) { foreach ($allLangs as $key => $lang) {
$a = new \stdClass(); $a = new \stdClass();
$a->strings = []; $a->strings = [];