mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-26 04:20:11 +01:00
login title fix
This commit is contained in:
parent
ce86567724
commit
fa76a1a0e7
@ -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) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user