]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
Rename social.disable_cw pconfig to system.disable_cw
[friendica.git] / include / conversation.php
index 9647fac35f1e135ad67b1ef2332a7efabae76167..1b5f5a0983d9b1488977e9818928edc8bb1eb65b 100644 (file)
@@ -757,7 +757,7 @@ function conversation(App $a, $items, $mode, $update, $preview = false, $order =
 
                                $profile_name_e = $profile_name;
 
-                               if (!empty($item['content-warning']) && PConfig::get(local_user(), 'social', 'disable_cw', false)) {
+                               if (!empty($item['content-warning']) && PConfig::get(local_user(), 'system', 'disable_cw', false)) {
                                        $title_e = ucfirst($item['content-warning']);
                                } else {
                                        $title_e = $item['title'];