summaryrefslogtreecommitdiffstats
path: root/apps/user_openid/appinfo
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-07-24 00:02:01 +0200
committerRobin Appelman <icewind@owncloud.com>2012-07-24 00:02:01 +0200
commit796768577154dc9cc2542e33d8d81c6a5fa77dea (patch)
treef9dd3a9aeb1baa8f9c65f5b8e67770c5257e4b7c /apps/user_openid/appinfo
parent59364366d8c69ca217fb817535d1b5d1df316841 (diff)
downloadnextcloud-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.php2
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');