From d6f39292869ed834d191763ec749a77cc95ae4bf Mon Sep 17 00:00:00 2001 From: Cyperghost Date: Thu, 4 Jan 2024 10:43:35 +0100 Subject: [PATCH] Run cs-fixer --- files/lib/system/exporter/WBB4xExporter.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/files/lib/system/exporter/WBB4xExporter.class.php b/files/lib/system/exporter/WBB4xExporter.class.php index 4dcb8ed..e91b177 100644 --- a/files/lib/system/exporter/WBB4xExporter.class.php +++ b/files/lib/system/exporter/WBB4xExporter.class.php @@ -3051,6 +3051,7 @@ final class WBB4xExporter extends AbstractExporter if (\version_compare($this->getPackageVersion('com.woltlab.filebase'), '2.1.0 Alpha 1', '>=')) { return $this->__getMaxID("filebase" . $this->dbNo . "_license", 'licenseID'); } + return 0; } -- 2.20.1