From 519b6dd06ff9a79a8cce6a6c9e7ffde3ea145588 Mon Sep 17 00:00:00 2001 From: TimWolla Date: Sat, 16 Jul 2011 14:17:12 +0200 Subject: [PATCH] Importing UserInputException (Fatal Error when getting typo in password confirmation) --- wcfsetup/install/files/lib/system/WCFSetup.class.php | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1