From 5b9239b3416dbc9e418f5d318e969ebb44ff8053 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 21 Feb 2021 08:52:42 +0100 Subject: [PATCH] Spaces removed --- src/Model/Post.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Model/Post.php b/src/Model/Post.php index 8f13bfcb9..a5474d367 100644 --- a/src/Model/Post.php +++ b/src/Model/Post.php @@ -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); }