* [FIX] Minor bugfixes

* [MOD] Updated english translation
This commit is contained in:
nuxsmin
2018-03-22 12:44:17 +01:00
committed by Rubén D
parent c402c028d4
commit fef2c09616

View File

@@ -332,7 +332,7 @@ class AccountFileController extends ControllerBase implements CrudControllerInte
try {
$this->view->addTemplate('files-list', 'account');
$this->view->assign('deleteEnabled', Request::analyzeBool('del', false));
$this->view->assign('deleteEnabled', Request::analyzeInt('del', false));
$this->view->assign('files', $this->dic->get(AccountFileService::class)->getByAccountId($accountId));
$this->view->assign('sk', $this->session->getSecurityKey());
$this->view->assign('fileViewRoute', Acl::getActionRoute(ActionsInterface::ACCOUNT_FILE_VIEW));