From: Tim Düsterhus Date: Fri, 27 Mar 2015 22:47:14 +0000 (+0100) Subject: Fix typo in UserStorageHandler X-Git-Tag: 2.1.2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=52ef358000f686df8c071ed0b7e855ecb5844b4a;p=GitHub%2FWoltLab%2FWCF.git Fix typo in UserStorageHandler --- diff --git a/wcfsetup/install/files/lib/system/user/storage/UserStorageHandler.class.php b/wcfsetup/install/files/lib/system/user/storage/UserStorageHandler.class.php index 41ffb91b5b..e2a4afea9c 100644 --- a/wcfsetup/install/files/lib/system/user/storage/UserStorageHandler.class.php +++ b/wcfsetup/install/files/lib/system/user/storage/UserStorageHandler.class.php @@ -250,7 +250,7 @@ class UserStorageHandler extends SingletonFactory { WCF::getDB()->commitTransaction(); break; } - catch(SystemException $e) { + catch (SystemException $e) { WCF::getDB()->rollbackTransaction(); // retry up to 2 times