Skip to content
Snippets Groups Projects
Commit ee66271b authored by efalcy's avatar efalcy
Browse files

Boite login :correction test

parent 1236ff68
Branches
Tags
No related merge requests found
......@@ -28,7 +28,8 @@ class ZendAfi_Form_Login extends ZendAfi_Form {
$this->_redirect_url = $this->_data['redirect_url'];
$this->_id_notice = $this->_data['id_notice'];
$this->_service = $this->_data['service'];
if (isset($this->_data['service']))
$this->_service = $this->_data['service'];
$group = ['username',
'password',
'loginlink',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment