From fa0cbcc72bde0479951f76a8fc66a909bf309d96 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 24 Jan 2015 02:36:42 -0800 Subject: [PATCH] hybridAuth logout fix for test page. --- e107_core/controllers/system/xup.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_core/controllers/system/xup.php b/e107_core/controllers/system/xup.php index 1a73a6148..8c39d9b9d 100644 --- a/e107_core/controllers/system/xup.php +++ b/e107_core/controllers/system/xup.php @@ -101,7 +101,7 @@ class core_system_xup_controller extends eController if($provider) print_a($provider->getUserProfile()); - + $testUrl = SITEURL."?route=system/xup/test"; $providers = e107::getPref('social_login', array()); foreach($providers as $key=>$var) @@ -109,8 +109,8 @@ class core_system_xup_controller extends eController if($var['enabled'] == 1) { echo '

'.$key.'

"; }