mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Use correct field to pass operator's requests frequency to client side
Fixes #112
This commit is contained in:
parent
284318a287
commit
cc5adc17b2
@ -102,7 +102,7 @@ class UsersController extends AbstractController
|
||||
json_encode(array(
|
||||
'server' => array(
|
||||
'url' => $this->generateUrl('users_update'),
|
||||
'requestFrequency' => Settings::get('updatefrequency_operator'),
|
||||
'requestsFrequency' => Settings::get('updatefrequency_operator'),
|
||||
),
|
||||
'agent' => array(
|
||||
'id' => $operator['operatorid'],
|
||||
|
Loading…
Reference in New Issue
Block a user