Fix missing argument to invoke_login

This commit is contained in:
Benjamin Dauvergne 2010-11-30 10:13:34 +01:00
parent 3783989457
commit f1cef9d6db
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import authentic.liberty.saml as saml
from authentic.misc import redirect_with_return_url
class NewRootDirectory(saml.RootDirectory):
def invoke_login(login, query):
def invoke_login(self, login, query):
request_id = login.request.iD
provider_key = get_provider_key(login.remoteProviderId)
provider_cfg = get_cfg('providers').get(provider_key, {})