diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-06-04 12:49:33 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-06-04 12:49:33 +0200 |
commit | 64fe06710aba6a512e19a3a8a896278e503389b0 (patch) | |
tree | d781d73bd351d6d1c87c65cabb990ced041c67e8 | |
parent | 300f6894e0a7a77300c049dcbc574a5ea97f92aa (diff) | |
download | nextcloud-server-64fe06710aba6a512e19a3a8a896278e503389b0.tar.gz nextcloud-server-64fe06710aba6a512e19a3a8a896278e503389b0.zip |
add deprecated warning
-rw-r--r-- | lib/public/app.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 * |