From d17eb2983f46b1a2e72f0c3c2d7cfce40f47f653 Mon Sep 17 00:00:00 2001 From: Bart Visscher <bartv@thisnet.nl> Date: Tue, 24 Jul 2012 18:36:13 +0200 Subject: [PATCH] OpenID: fix include path --- apps/user_openid/appinfo/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/user_openid/appinfo/app.php b/apps/user_openid/appinfo/app.php index a5fb6a0f45..fe57b189fa 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'); -- GitLab