]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/PConfig.php
BBCode - fixed syntax error
[friendica.git] / src / Core / PConfig.php
index a4e9fa389b9f7720fb594bff71c3e2bef4482cd1..584318adbc65a4c0efa1368940d1d1961f15e649 100644 (file)
@@ -37,7 +37,7 @@ class PConfig extends BaseObject
                if ($a->getConfigValue('system', 'config_adapter') == 'preload') {
                        self::$adapter = new Config\PreloadPConfigAdapter($uid);
                } else {
-                       self::$adapter = new Config\JITPConfigAdapter($uid);
+                       self::$adapter = new Config\JITPConfigAdapter();
                }
        }
 
@@ -108,7 +108,7 @@ class PConfig extends BaseObject
         * @param string $uid    The user_id
         * @param string $family The category of the configuration value
         * @param string $key    The configuration key to set
-        * @param string $value  The value to store
+        * @param mixed  $value  The value to store
         *
         * @return bool Operation success
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException