diff --git a/apps/user_ldap/templates/settings.php b/apps/user_ldap/templates/settings.php index 34c4f8f9d90..a0e5c15f3a3 100644 --- a/apps/user_ldap/templates/settings.php +++ b/apps/user_ldap/templates/settings.php @@ -4,6 +4,7 @@
How to configure the LDAP backend ; ?>)
t('Help');?>
diff --git a/lib/public/app.php b/lib/public/app.php
index 1a46180bb96..0df665f9bce 100644
--- a/lib/public/app.php
+++ b/lib/public/app.php
@@ -36,7 +36,8 @@ namespace OCP;
class App {
/**
- * @brief makes owncloud aware of this app
+ * @brief Makes owncloud aware of this app
+ * @brief This call is deprecated and not necessary to use.
* @param $data array with all information
* @returns true/false
*