From 9ba44b88615d5f3cef9f421b97e6edd706c75147 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 7 Apr 2022 09:20:55 +0200 Subject: [PATCH] Remove trailing whitespace in WBB3xExporter --- files/lib/system/exporter/WBB3xExporter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lib/system/exporter/WBB3xExporter.class.php b/files/lib/system/exporter/WBB3xExporter.class.php index 26c095c..8ec2744 100644 --- a/files/lib/system/exporter/WBB3xExporter.class.php +++ b/files/lib/system/exporter/WBB3xExporter.class.php @@ -3238,7 +3238,7 @@ class WBB3xExporter extends AbstractExporter } $statement = $this->database->prepareStatement($sql); $statement->execute([$type]); - + return $statement->fetchSingleColumn() ?: 0; } -- 2.20.1