diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-07-24 18:36:13 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-07-25 17:45:59 +0200 |
commit | d17eb2983f46b1a2e72f0c3c2d7cfce40f47f653 (patch) | |
tree | 6fe845bdfffe2b290754a028ad3b08bd66675742 /apps/user_openid | |
parent | 71b862e5717e5026d5f88c708b20a5d1c124bf74 (diff) | |
download | nextcloud-server-d17eb2983f46b1a2e72f0c3c2d7cfce40f47f653.tar.gz nextcloud-server-d17eb2983f46b1a2e72f0c3c2d7cfce40f47f653.zip |
OpenID: fix include path
Diffstat (limited to 'apps/user_openid')
-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 a5fb6a0f45e..fe57b189fac 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 'openid/user_openid.php'; +require_once 'apps/user_openid/user_openid.php'; //active the openid backend OC_User::useBackend('openid'); |