From 41da542395d9064ef056d6e6c3b35eae194a1d34 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 8 Dec 2016 07:25:34 -0800 Subject: [PATCH] Add class2.php back into HybridAuth index.php --- e107_handlers/hybridauth/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/hybridauth/index.php b/e107_handlers/hybridauth/index.php index dceac4698..10b79c150 100644 --- a/e107_handlers/hybridauth/index.php +++ b/e107_handlers/hybridauth/index.php @@ -8,7 +8,7 @@ // ------------------------------------------------------------------------ // HybridAuth End Point // ------------------------------------------------------------------------ - +require_once("../../class2.php"); require_once( "Hybrid/Auth.php" ); require_once( "Hybrid/Endpoint.php" );