]> git.mxchange.org Git - friendica.git/commitdiff
again develop and this branch differs ... (no blame on cherry-picking though)
authorRoland Haeder <roland@mxchange.org>
Sat, 8 Apr 2017 17:38:40 +0000 (19:38 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 8 Apr 2017 17:38:40 +0000 (19:38 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
include/bbcode.php

index b3c3fa45ab41b15caab77b158103a8b53cc98d55..ef42916e8d565e946df473d376ff3a3fcdb6ba78 100644 (file)
@@ -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);