From 493c7c2c74ffdbe3ceb422d331b73e653ec0b618 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 16 Jul 2015 22:22:33 -0400 Subject: Store redirect login url in session instead of using url parameter --- app/Controller/Oauth.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/Controller/Oauth.php') diff --git a/app/Controller/Oauth.php b/app/Controller/Oauth.php index 00ccd694..8ba5b252 100644 --- a/app/Controller/Oauth.php +++ b/app/Controller/Oauth.php @@ -116,7 +116,6 @@ class Oauth extends Base 'errors' => array('login' => t('External authentication failed')), 'values' => array(), 'no_layout' => true, - 'redirect_query' => '', 'title' => t('Login') ))); } -- cgit v1.2.3