From: Roland Haeder Date: Sat, 8 Apr 2017 17:38:40 +0000 (+0200) Subject: again develop and this branch differs ... (no blame on cherry-picking though) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=215cae204d784428d0eaa03513ab5ca7d22a76bb;p=friendica.git again develop and this branch differs ... (no blame on cherry-picking though) Signed-off-by: Roland Haeder --- diff --git a/include/bbcode.php b/include/bbcode.php index b3c3fa45ab..ef42916e8d 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -649,7 +649,7 @@ function bb_DiasporaLinks($match) { function bb_RemovePictureLinks($match) { $text = Cache::get($match[1]); - if (is_null($text)){ + if (is_null($text)) { $a = get_app(); $stamp1 = microtime(true); @@ -703,7 +703,7 @@ function bb_expand_links($match) { function bb_CleanPictureLinksSub($match) { $text = Cache::get($match[1]); - if (is_null($text)){ + if (is_null($text)) { $a = get_app(); $stamp1 = microtime(true);