More whitespace
This commit is contained in:
parent
f8d4ab1830
commit
21bd2a8396
1 changed files with 2 additions and 2 deletions
|
@ -1930,7 +1930,7 @@ class Item
|
||||||
{
|
{
|
||||||
$latin = '';
|
$latin = '';
|
||||||
$non_latin = '';
|
$non_latin = '';
|
||||||
for ($i = 0; $i < mb_strlen($body); $i++) {
|
for ($i = 0; $i < mb_strlen($body); $i++) {
|
||||||
$character = mb_substr($body, $i, 1);
|
$character = mb_substr($body, $i, 1);
|
||||||
$ord = mb_ord($character);
|
$ord = mb_ord($character);
|
||||||
|
|
||||||
|
@ -3669,7 +3669,7 @@ class Item
|
||||||
$shared = BBCode::fetchShareAttributes($item['body']);
|
$shared = BBCode::fetchShareAttributes($item['body']);
|
||||||
if (empty($shared['link']) && empty($shared['message_id'])) {
|
if (empty($shared['link']) && empty($shared['message_id'])) {
|
||||||
return $item['body'];
|
return $item['body'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$id = self::fetchByLink($shared['link'] ?: $shared['message_id']);
|
$id = self::fetchByLink($shared['link'] ?: $shared['message_id']);
|
||||||
Logger::debug('Fetched shared post', ['uri-id' => $item['uri-id'], 'id' => $id, 'author' => $shared['profile'], 'url' => $shared['link'], 'guid' => $shared['guid'], 'uri' => $shared['message_id'], 'callstack' => System::callstack()]);
|
Logger::debug('Fetched shared post', ['uri-id' => $item['uri-id'], 'id' => $id, 'author' => $shared['profile'], 'url' => $shared['link'], 'guid' => $shared['guid'], 'uri' => $shared['message_id'], 'callstack' => System::callstack()]);
|
||||||
|
|
Loading…
Reference in a new issue