mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix function call
This commit is contained in:
parent
b5ad8ced68
commit
c5d4332339
@ -230,7 +230,7 @@ class StateBalancesController extends AppController
|
||||
}
|
||||
|
||||
$user = $session->read('StateUser');
|
||||
$update_balance_result = $this->updateBalance($user['id']);
|
||||
$update_balance_result = $this->updateBalances($user['id']);
|
||||
if($update_balance_result !== true) {
|
||||
$this->addAdminError('StateBalances', 'overview', $update_balance_result, $user['id']);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user