Skip to content

Commit 592d453

Browse files
committed
AGORA: Fixed key name in allschools.php
1 parent f2192b8 commit 592d453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/config/sync_to_file.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
$dns = $school['dns'];
2828
$service = mb_strtolower($school['service']);
2929

30-
$schools[$dns]['clientCode'] = $school['code'];
30+
$schools[$dns]['code'] = $school['code'];
3131
$schools[$dns]['type'] = $school['type'];
3232
$schools[$dns]['url_type'] = $school['url_type'];
3333
$schools[$dns]['url_host'] = $school['url_host'];

0 commit comments

Comments
 (0)