Merge pull request #2680 from fabrixxm/feature-api-update
API: fix plaintext of reshared attachment
This commit is contained in:
commit
1130f11037
|
@ -3184,7 +3184,6 @@
|
|||
$include_entities = strtolower(x($_REQUEST,'include_entities')?$_REQUEST['include_entities']:"false");
|
||||
|
||||
$Text = bb_CleanPictureLinks($Text);
|
||||
|
||||
$URLSearchString = "^\[\]";
|
||||
|
||||
$Text = preg_replace("/([!#@])\[url\=([$URLSearchString]*)\](.*?)\[\/url\]/ism",'$1$3',$Text);
|
||||
|
@ -3223,6 +3222,8 @@
|
|||
if (isset($data["url"]))
|
||||
$body .= "\n".$data["url"];
|
||||
|
||||
$body .= $data["after"];
|
||||
|
||||
return $body;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user