]> git.mxchange.org Git - friendica.git/blobdiff - include/Core/PConfig.php
Disable richtext editor for frio - followup for #2938
[friendica.git] / include / Core / PConfig.php
index fc022d62823e3d5af9fbb5294f5a482d70779b02..63d204b3a2cd01ff63c1b88842ed65d83c1866bf 100644 (file)
@@ -118,7 +118,7 @@ class PConfig {
         *  The value to store
         * @return mixed Stored $value or false
         */
-       public static function set($uid,$family,$key,$value) {
+       public static function set($uid, $family, $key, $value) {
 
                global $a;