mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10:10 +00:00
fix undeclared variables or wrong variable names (/src)
This commit is contained in:
parent
7e15a9f0f5
commit
342b9af734
8 changed files with 15 additions and 7 deletions
|
@ -1115,7 +1115,7 @@ class BBCode
|
|||
$text = $preshare . html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8') . ' ' . $userid_compact . ": <br />" . $share[3];
|
||||
break;
|
||||
case 3: // Diaspora
|
||||
$headline .= '<b>' . html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8') . $userid . ':</b><br />';
|
||||
$headline = '<b>' . html_entity_decode("♲ ", ENT_QUOTES, 'UTF-8') . $userid . ':</b><br />';
|
||||
|
||||
$text = trim($share[1]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue