diff options
Diffstat (limited to 'apps/user_ldap/appinfo/app.php')
-rwxr-xr-x[-rw-r--r--] | apps/user_ldap/appinfo/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/app.php b/apps/user_ldap/appinfo/app.php index 113c8d6b7bb..0fec1084848 100644..100755 --- a/apps/user_ldap/appinfo/app.php +++ b/apps/user_ldap/appinfo/app.php @@ -41,7 +41,7 @@ OC_Group::useBackend( new OC_GROUP_LDAP() ); $entry = array( 'id' => 'user_ldap_settings', 'order'=>1, - 'href' => OC_Helper::linkTo( 'user_ldap', 'settings.php' ), + 'href' => OCP\Util::linkTo( 'user_ldap', 'settings.php' ), 'name' => 'LDAP' ); // OC_App::addNavigationSubEntry( "core_users", $entry); |