diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-08-05 16:05:58 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-08-06 10:08:26 +0200 |
commit | f039320a0b432937297c3deb93c1c78fe2d8d4a9 (patch) | |
tree | 77b05cf4d8a2c8a3fc62e1a456c7762d7dadb40e /apps/user_openid/appinfo | |
parent | c998bc1215cce9508d2cf42b49fefab0a573baaf (diff) | |
download | nextcloud-server-f039320a0b432937297c3deb93c1c78fe2d8d4a9.tar.gz nextcloud-server-f039320a0b432937297c3deb93c1c78fe2d8d4a9.zip |
move openid settings to Personal
Diffstat (limited to 'apps/user_openid/appinfo')
-rw-r--r-- | apps/user_openid/appinfo/app.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/user_openid/appinfo/app.php b/apps/user_openid/appinfo/app.php index f2d5313c7e0..93b178ac706 100644 --- a/apps/user_openid/appinfo/app.php +++ b/apps/user_openid/appinfo/app.php @@ -21,8 +21,6 @@ OC_Util::addHeader('link',array('rel'=>'openid.delegate', 'href'=>$urlBase.OC_He require_once 'apps/user_openid/user_openid.php'; -OC_App::addSettingsPage( array( "id" => "user_openid_settings", 'order'=>1, "href" => OC_Helper::linkTo( "user_openid", "settings.php" ), "name" => "OpenID")); - //active the openid backend OC_User::useBackend('openid'); |