We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2192b8 commit 592d453Copy full SHA for 592d453
html/config/sync_to_file.php
@@ -27,7 +27,7 @@
27
$dns = $school['dns'];
28
$service = mb_strtolower($school['service']);
29
30
- $schools[$dns]['clientCode'] = $school['code'];
+ $schools[$dns]['code'] = $school['code'];
31
$schools[$dns]['type'] = $school['type'];
32
$schools[$dns]['url_type'] = $school['url_type'];
33
$schools[$dns]['url_host'] = $school['url_host'];
0 commit comments