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" );