fix typo
This commit is contained in:
parent
2e8a3cf88d
commit
2766f1e18b
@ -105,7 +105,7 @@ class UserHooks {
|
|||||||
$keys = $this->config->getGlesysKeys();
|
$keys = $this->config->getGlesysKeys();
|
||||||
$fields = array(
|
$fields = array(
|
||||||
'emailaccount' => $user_data['email'],
|
'emailaccount' => $user_data['email'],
|
||||||
'password' => $user_dat['password'],
|
'password' => $user_data['password'],
|
||||||
'quota' => $user_data['quota']
|
'quota' => $user_data['quota']
|
||||||
);
|
);
|
||||||
$query = http_build_query($fields);
|
$query = http_build_query($fields);
|
||||||
|
Loading…
Reference in New Issue
Block a user