From 3778bd5b448277dba6a779259de7b302ec39eb33 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 17 Dec 2011 16:21:27 -0500 Subject: using elgg store for associations --- return.php | 1 - 1 file changed, 1 deletion(-) (limited to 'return.php') diff --git a/return.php b/return.php index e53d17d7e..dbc57d318 100644 --- a/return.php +++ b/return.php @@ -15,7 +15,6 @@ elgg_load_library('openid_consumer'); elgg_load_library('openid_client'); // get user data from the response -$store = new Auth_OpenID_FileStore('/tmp'); $consumer = new ElggOpenIDConsumer($store); $url = elgg_get_site_url() . 'mod/openid_client/return.php'; $consumer->setReturnURL($url); -- cgit v1.2.3