minor gui enhancement

This commit is contained in:
SJ
2013-08-11 11:44:49 +02:00
parent b68602b5f0
commit 97fb897d5e
9 changed files with 110 additions and 23 deletions

View File

@ -33,6 +33,7 @@ class ControllerLoginLogin extends Controller {
}
$this->data['title'] = $this->data['text_login'];
$this->data['title_prefix'] = TITLE_PREFIX;
if($this->request->server['REQUEST_METHOD'] == 'POST' && $this->validate() == true) {