login title fix

This commit is contained in:
SJ 2013-08-06 11:04:20 +02:00
parent ce86567724
commit fa76a1a0e7

View File

@ -32,7 +32,7 @@ class ControllerLoginLogin extends Controller {
$this->load->model('saas/customer'); $this->load->model('saas/customer');
} }
$this->document->title = $this->data['text_login']; $this->data['title'] = $this->data['text_login'];
if($this->request->server['REQUEST_METHOD'] == 'POST' && $this->validate() == true) { if($this->request->server['REQUEST_METHOD'] == 'POST' && $this->validate() == true) {