]> source.dussan.org Git - nextcloud-server.git/commitdiff
Expose setSystemValue
authorLukas Reschke <lukas@owncloud.com>
Fri, 22 Aug 2014 13:53:23 +0000 (15:53 +0200)
committerLukas Reschke <lukas@owncloud.com>
Fri, 22 Aug 2014 13:53:23 +0000 (15:53 +0200)
lib/private/allconfig.php
lib/public/iconfig.php

index de3ac973637d88bf7d110c2fd69d2008b3b4bce4..eb1145460109ed4d61b0ff9c90ad03a3644b889e 100644 (file)
@@ -18,11 +18,10 @@ class AllConfig implements \OCP\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) {
-//             \OCP\Config::setSystemValue($key, $value);
-//     }
+       public function setSystemValue($key, $value) {
+               \OCP\Config::setSystemValue($key, $value);
+       }
 
        /**
         * Looks up a system wide defined value
index 0ebbd9f5a71f657ff047a151e9baff9e59b4191e..d4a8cdc7381271ec4bd7c23f535b2fe0b43a6326 100644 (file)
@@ -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