From f29503f1cfecc917e3ce7bdebfb27265018bf91f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 14 Dec 2022 17:38:22 +0100 Subject: [PATCH] Fix code style see 25c97d4549107d8b580011931cc3ddba03f78887 see bmewburn/vscode-intelephense#2303 --- files/lib/system/exporter/WBB4xExporter.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/lib/system/exporter/WBB4xExporter.class.php b/files/lib/system/exporter/WBB4xExporter.class.php index 05aab81..2aa241b 100644 --- a/files/lib/system/exporter/WBB4xExporter.class.php +++ b/files/lib/system/exporter/WBB4xExporter.class.php @@ -258,7 +258,8 @@ class WBB4xExporter extends AbstractExporter if (\in_array($item, $this->selectedData)) { if ( empty($this->fileSystemPath) - || (!@\file_exists($this->fileSystemPath . 'lib/core.functions.php') + || ( + !@\file_exists($this->fileSystemPath . 'lib/core.functions.php') && !@\file_exists($this->fileSystemPath . 'wcf/lib/core.functions.php') ) ) { -- 2.20.1