Removal fixes

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-08-04 08:09:21 +02:00
parent 8e89ecca56
commit 8e920260a8
8 changed files with 119 additions and 25 deletions

View File

@ -7,7 +7,7 @@ class ControllerAuditRemoval extends Controller {
$this->id = "content";
$this->template = "audit/removal.tpl";
$this->layout = "common/layout-audit";
$this->layout = "common/layout-audit-removal";
$request = Registry::get('request');
$db = Registry::get('db');