webui merge fix

This commit is contained in:
SJ
2013-04-05 11:16:07 +02:00
parent b428783ce9
commit fa61d445f2
7 changed files with 17 additions and 22 deletions

View File

@ -8,7 +8,7 @@ class ControllerLoginLogin extends Controller {
$this->id = "content";
$this->template = "login/login.tpl";
$this->layout = "common/layout";
$this->layout = "common/layout-empty";
$request = Registry::get('request');