fix } which don't belong there

This commit is contained in:
einhorn_b 2021-04-22 16:52:14 +02:00
parent 90104c8ac4
commit 33f9c58268

View File

@ -317,7 +317,6 @@ class AppRequestsController extends AppController
$gdtSum = intval($gdtEntries['data']['sum']);
} else {
$this->addAdminError('StateBalancesController', 'overview', $gdtEntries, $user['id'] ? $user['id'] : 0);
}
}