Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-08-22 17:53:23 +0400
committerMorris Jobke <hey@morrisjobke.de>2014-08-26 00:15:54 +0400
commit09ab1f16c08838ab0583e88c789c987f8eeb4a46 (patch)
tree3ebb4b58112f8b9cd1b269d91c9593b1fc13c845 /lib/public
parent0a2e4711631c404f55a8c41f8609e6b403c7e408 (diff)
Expose setSystemValue
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/iconfig.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/public/iconfig.php b/lib/public/iconfig.php
index 0ebbd9f5a71..d4a8cdc7381 100644
--- a/lib/public/iconfig.php
+++ b/lib/public/iconfig.php
@@ -39,9 +39,8 @@ interface IConfig {
*
* @param string $key the key of the value, under which will be saved
* @param mixed $value the value that should be stored
- * @todo need a use case for this
*/
-// public function setSystemValue($key, $value);
+ public function setSystemValue($key, $value);
/**
* Looks up a system wide defined value