summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/config.php
diff options
context:
space:
mode:
authorJörn Friedrich Dreyer <jfd@butonic.de>2014-08-14 22:17:56 +0200
committerJörn Friedrich Dreyer <jfd@butonic.de>2014-08-14 22:18:12 +0200
commit799fb46927008b7bdc15bec54a990e50916afb0c (patch)
treeabd826dd63e90cf89331458fe083902bb02d7785 /lib/private/legacy/config.php
parentc1102b1671a711e8c708b8633bb8648c7af28ba8 (diff)
downloadnextcloud-server-799fb46927008b7bdc15bec54a990e50916afb0c.tar.gz
nextcloud-server-799fb46927008b7bdc15bec54a990e50916afb0c.zip
add missing @deprecated annotation to legacy classes
Diffstat (limited to 'lib/private/legacy/config.php')
-rw-r--r--lib/private/legacy/config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/private/legacy/config.php b/lib/private/legacy/config.php
index 899c19532f0..4d6fefc4e17 100644
--- a/lib/private/legacy/config.php
+++ b/lib/private/legacy/config.php
@@ -37,6 +37,8 @@
/**
* This class is responsible for reading and writing config.php, the very basic
* configuration file of ownCloud.
+ *
+ * @deprecated use \OC::$server->getConfig() to get an \OCP\Config instance
*/
class OC_Config {