Fix typo in UserStorageHandler
authorTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 Mar 2015 22:47:14 +0000 (23:47 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Fri, 27 Mar 2015 22:47:14 +0000 (23:47 +0100)
wcfsetup/install/files/lib/system/user/storage/UserStorageHandler.class.php

index 41ffb91b5b64c6e89198f3587b734594b4d4ea8e..e2a4afea9c05f341df6be365d9d67f4c5187147f 100644 (file)
@@ -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