diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-07-24 00:02:01 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-07-24 00:02:01 +0200 |
commit | 796768577154dc9cc2542e33d8d81c6a5fa77dea (patch) | |
tree | f9dd3a9aeb1baa8f9c65f5b8e67770c5257e4b7c /apps/user_openid/appinfo | |
parent | 59364366d8c69ca217fb817535d1b5d1df316841 (diff) | |
download | nextcloud-server-796768577154dc9cc2542e33d8d81c6a5fa77dea.tar.gz nextcloud-server-796768577154dc9cc2542e33d8d81c6a5fa77dea.zip |
move some openid files to 3rdparty
Diffstat (limited to 'apps/user_openid/appinfo')
-rw-r--r-- | apps/user_openid/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_openid/appinfo/app.php b/apps/user_openid/appinfo/app.php index fe57b189fac..a5fb6a0f45e 100644 --- a/apps/user_openid/appinfo/app.php +++ b/apps/user_openid/appinfo/app.php @@ -19,7 +19,7 @@ OCP\Util::addHeader('link',array('rel'=>'openid.delegate', 'href'=>OCP\Util::lin OCP\App::registerPersonal('user_openid','settings'); -require_once 'apps/user_openid/user_openid.php'; +require_once 'openid/user_openid.php'; //active the openid backend OC_User::useBackend('openid'); |