Browse Source

Minor - code styling

Yannick Warnier 11 years ago
parent
commit
4fcfa82102
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/admin/sub_language_ajax.inc.php

+ 1 - 1
main/admin/sub_language_ajax.inc.php

@@ -40,7 +40,7 @@ if (isset($new_language) && isset($language_variable) && isset($file_id)) {
     }
     $variables_with_problems = '';
     if (!empty($result_array)) {
-        foreach($result_array as $key =>$result) {
+        foreach ($result_array as $key => $result) {
             if ($result == false) {
                 $variables_with_problems .=$key.' <br />';
             }