]> git.mxchange.org Git - friendica.git/commitdiff
Spaces removed
authorMichael Vogel <icarus@dabo.de>
Sun, 21 Feb 2021 07:52:42 +0000 (08:52 +0100)
committerMichael Vogel <icarus@dabo.de>
Sun, 21 Feb 2021 07:52:42 +0000 (08:52 +0100)
src/Model/Post.php

index 8f13bfcb92a5c825b9e3fc2d1584d2ea22040685..a5474d3670be0d8dfbc9af61407fb69a79c38fc1 100644 (file)
@@ -454,7 +454,7 @@ class Post
                                $affected_count += DBA::affectedRows();
                        }
                        DBA::close($posts);
-                       $affected = $affected_count;                    
+                       $affected = $affected_count;
                }
 
                $update_fields = DBStructure::getFieldsForTable('post-content', $fields);
@@ -544,7 +544,7 @@ class Post
                                        Logger::notice('Updating post-thread-user failed', ['fields' => $update_fields, 'condition' => $condition]);
                                        return false;
                                }
-                               $affected_count += DBA::affectedRows();                 
+                               $affected_count += DBA::affectedRows();
                        }
                        $affected = max($affected, $affected_count);
                }