From 084ca3f4a16084068a0ab04af651770142324f3a Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 12 Feb 2015 18:49:42 -0800 Subject: typo --- mod/item.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index 99d28400b..120b5c66f 100644 --- a/mod/item.php +++ b/mod/item.php @@ -529,6 +529,7 @@ function item_post(&$a) { $body = preg_replace_callback('/\[\$b64url(.*?)\[\/(url)\]/ism','red_unescape_codeblock',$body); $body = preg_replace_callback('/\[\$b64code(.*?)\[\/(code)\]/ism','red_unescape_codeblock',$body); + // fix any img tags that should be zmg $body = preg_replace_callback('/\[img(.*?)\](.*?)\[\/img\]/ism','red_zrlify_img_callback',$body); -- cgit v1.2.3