From 66116b63366e725860bec10a156af84d1a92b6fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Tue, 4 Aug 2020 15:55:28 +0200 Subject: [PATCH] Fix codestyle MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-authored-by: Tim Düsterhus --- .../install/files/lib/system/style/StyleCompiler.class.php | 2 +- wcfsetup/install/lang/de.xml | 4 ++-- wcfsetup/install/lang/en.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php b/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php index 79ddb735a5..e34b3d4542 100644 --- a/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php +++ b/wcfsetup/install/files/lib/system/style/StyleCompiler.class.php @@ -154,7 +154,7 @@ class StyleCompiler extends SingletonFactory { } ); } - catch (SystemException $e) { + catch (\Exception $e) { return $e->getMessage(); } diff --git a/wcfsetup/install/lang/de.xml b/wcfsetup/install/lang/de.xml index d3855a1fe2..00cfd61c2e 100644 --- a/wcfsetup/install/lang/de.xml +++ b/wcfsetup/install/lang/de.xml @@ -2839,7 +2839,7 @@ Kein Abschnitt darf leer sein und alle Abschnitten dürfen nur folgende Zeichen - + @@ -2905,7 +2905,7 @@ Kein Abschnitt darf leer sein und alle Abschnitten dürfen nur folgende Zeichen - + diff --git a/wcfsetup/install/lang/en.xml b/wcfsetup/install/lang/en.xml index 14299d7d7e..5182406f13 100644 --- a/wcfsetup/install/lang/en.xml +++ b/wcfsetup/install/lang/en.xml @@ -2766,7 +2766,7 @@ If you have already bought the licenses for the listed apps, th - + @@ -2833,7 +2833,7 @@ If you have already bought the licenses for the listed apps, th - + -- 2.20.1