fixing database schema for message removal

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2019-07-28 11:02:44 +02:00
parent 4b2eefb712
commit b80c588a10
5 changed files with 11 additions and 8 deletions

View File

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