fix undeclared variables or wrong variable names (/src)
This commit is contained in:
@@ -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]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user