Skip to content
Snippets Groups Projects
Commit d17eb298 authored by Bart Visscher's avatar Bart Visscher
Browse files

OpenID: fix include path

parent 71b862e5
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment