Some more code review
This commit is contained in:
parent
ff180fb0f1
commit
6a04ba4014
1 changed files with 2 additions and 2 deletions
|
@ -262,8 +262,8 @@ function update_1293() {
|
|||
$allLangs = L10n::getAvailableLanguages();
|
||||
$success = 0;
|
||||
$fail = 0;
|
||||
foreach ($allGenders as $key=>$gender) {
|
||||
foreach ($allLangs as $key=>$lang) {
|
||||
foreach ($allGenders as $key => $gender) {
|
||||
foreach ($allLangs as $key => $lang) {
|
||||
|
||||
$a = new \stdClass();
|
||||
$a->strings = [];
|
||||
|
|
Loading…
Reference in a new issue