Uncomment some code in ItemContent::getPlaintextPost

- I have no idea what I'm doing
This commit is contained in:
Hypolite Petovan 2018-04-22 11:43:27 -04:00
parent 6d88984ee5
commit d977ff78df
1 changed files with 2 additions and 3 deletions

View File

@ -160,9 +160,8 @@ class ItemContent extends BaseObject
} elseif (!isset($post['url'])) {
$limit = $limit - 23;
$post['url'] = $item['plink'];
// Which purpose has this line? It is now uncommented, but left as a reminder
//} elseif (strpos($b['body'], '[share') !== false) {
// $post['url'] = $b['plink'];
} elseif (strpos($item['body'], '[share') !== false) {
$post['url'] = $item['plink'];
} elseif (PConfig::get($item['uid'], 'system', 'no_intelligent_shortening')) {
$post['url'] = $item['plink'];
}