From: TimWolla Date: Sat, 16 Jul 2011 12:17:12 +0000 (+0200) Subject: Importing UserInputException (Fatal Error when getting typo in password confirmation) X-Git-Tag: 2.0.0_Beta_1~2016^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=519b6dd06ff9a79a8cce6a6c9e7ffde3ea145588;p=GitHub%2FWoltLab%2FWCF.git Importing UserInputException (Fatal Error when getting typo in password confirmation) --- diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index dd5c3e32c9..25e40835b3 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -7,6 +7,7 @@ use wcf\data\user\UserAction; use wcf\system\cache\CacheHandler; use wcf\system\database\util\SQLParser; use wcf\system\exception\SystemException; +use wcf\system\exception\UserInputException; use wcf\system\io\File; use wcf\system\io\Tar; use wcf\system\language\LanguageFactory;