diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-09-20 22:45:22 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-09-20 22:45:22 +0200 |
commit | 0c6dcdba6b890dc170f59a461ab80961a85a53db (patch) | |
tree | a27fbaff7348c9c8878134e38aa8592fec3b15b0 /lib/allconfig.php | |
parent | d3d52dd23f3da9a3d9ed2b50b1abd1a229dc4be8 (diff) | |
download | nextcloud-server-0c6dcdba6b890dc170f59a461ab80961a85a53db.tar.gz nextcloud-server-0c6dcdba6b890dc170f59a461ab80961a85a53db.zip |
Add missing implements and fix parameters in IConfig
Diffstat (limited to 'lib/allconfig.php')
-rw-r--r-- | lib/allconfig.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/allconfig.php b/lib/allconfig.php index 353608e5d21..72aabf60793 100644 --- a/lib/allconfig.php +++ b/lib/allconfig.php @@ -65,7 +65,6 @@ class AllConfig implements \OCP\IConfig { \OCP\Config::setUserValue($userId, $appName, $key, $value); } - /** * Shortcut for getting a user defined value * @param string $userId the userId of the user that we want to store the value under |