From 391e064e67eaab5fb63ed568946af97b6a243fdd Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 23 Aug 2011 01:40:13 +0200 Subject: allow apps to register form for the settings and admin pages --- apps/user_ldap/appinfo/app.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/user_ldap/appinfo/app.php') diff --git a/apps/user_ldap/appinfo/app.php b/apps/user_ldap/appinfo/app.php index a6fca415012..7906241f79b 100644 --- a/apps/user_ldap/appinfo/app.php +++ b/apps/user_ldap/appinfo/app.php @@ -23,6 +23,8 @@ require_once('apps/user_ldap/user_ldap.php'); +OC_APP::registerAdmin('user_ldap','settings'); + // define LDAP_DEFAULT_PORT define("OC_USER_BACKEND_LDAP_DEFAULT_PORT", 389); -- cgit v1.2.3