Remove all the too long lines
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3266 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -68,7 +68,7 @@ class authsympa extends auth
|
||||
$this->authkey = $this->client->login ($email, $password);
|
||||
if ($this->authkey === null)
|
||||
throw new Exception (dgettext("domframework",
|
||||
"Can't connect with provided email/password to sympa"),
|
||||
"Can't connect with provided email/password to sympa"),
|
||||
401);
|
||||
$rc = $this->client->authenticateAndRun ($email, $this->authkey,
|
||||
'amI', array ($this->list, $this->function, $email));
|
||||
|
||||
Reference in New Issue
Block a user