Skip to content

Commit

Permalink
AGORA: Fixed key name in allschools.php
Browse files Browse the repository at this point in the history
  • Loading branch information
toniginard committed Sep 14, 2023
1 parent f2192b8 commit 592d453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/config/sync_to_file.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
$dns = $school['dns'];
$service = mb_strtolower($school['service']);

$schools[$dns]['clientCode'] = $school['code'];
$schools[$dns]['code'] = $school['code'];
$schools[$dns]['type'] = $school['type'];
$schools[$dns]['url_type'] = $school['url_type'];
$schools[$dns]['url_host'] = $school['url_host'];
Expand Down

0 comments on commit 592d453

Please sign in to comment.