]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Renamed config name
[friendica.git] / src / Protocol / Diaspora.php
index 6a1520521585913e7bc2371f9b8c2f5c02a88357..e137afe99e803133a58597a6a6c830a299bce6ba 100644 (file)
@@ -3585,7 +3585,7 @@ class Diaspora
                        $body = $item["body"];
 
                        // Fetch the title from an attached link - if there is one
-                       if (empty($item["title"]) && PConfig::get($owner['uid'], 'system', 'append_title')) {
+                       if (empty($item["title"]) && PConfig::get($owner['uid'], 'system', 'attach_link_title')) {
                                $page_data = BBCode::getAttachmentData($item['body']);
                                if (!empty($page_data['type']) && !empty($page_data['title']) && ($page_data['type'] == 'link')) {
                                        $title = $page_data['title'];