mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
OpenID: fix include path
This commit is contained in:
parent
71b862e571
commit
d17eb2983f
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ OCP\Util::addHeader('link',array('rel'=>'openid.delegate', 'href'=>OCP\Util::lin
|
||||||
|
|
||||||
OCP\App::registerPersonal('user_openid','settings');
|
OCP\App::registerPersonal('user_openid','settings');
|
||||||
|
|
||||||
require_once 'openid/user_openid.php';
|
require_once 'apps/user_openid/user_openid.php';
|
||||||
|
|
||||||
//active the openid backend
|
//active the openid backend
|
||||||
OC_User::useBackend('openid');
|
OC_User::useBackend('openid');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue