mirror of
https://github.com/friendica/friendica
synced 2025-04-22 19:10:12 +00:00
bug #70 - error messages on group deletion, warning cleanup
This commit is contained in:
parent
45b9bd96ba
commit
730322ee5f
4 changed files with 8 additions and 5 deletions
|
@ -128,7 +128,7 @@
|
|||
#$s = str_replace(array("\n","\r"),array("§n§","§r§"),$s);
|
||||
$s = $this->_build_nodes($s);
|
||||
$s = preg_replace_callback('/\|\|([0-9]+)\|\|/', array($this, "_replcb_node"), $s);
|
||||
$s = str_replace($this->search,$this->replace,$s);
|
||||
$s = str_replace($this->search,$this->replace, (string) $s);
|
||||
|
||||
return $s;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue