Importing SystemException in OptionPackageInstallationPlugin
authorTim Düsterhus <timwolla@arcor.de>
Mon, 3 Oct 2011 10:24:57 +0000 (12:24 +0200)
committerTim Düsterhus <timwolla@arcor.de>
Mon, 3 Oct 2011 10:26:07 +0000 (12:26 +0200)
<br />
<b>Fatal error</b>:  Class 'wcf\system\package\plugin\SystemException' not found in <b>/var/www/wbb3.1/wcf1.2/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php</b> on line <b>52</b><br />

wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php

index c91ad26f1e077a0f6bc477d8b8259a11685a471f..e4a264cfce2252cf24451e2b6f129659392c741d 100644 (file)
@@ -2,6 +2,7 @@
 namespace wcf\system\package\plugin;
 use wcf\data\option\Option;
 use wcf\data\option\OptionEditor;
+use wcf\system\exception\SystemException;
 use wcf\system\WCF;
 use wcf\util\StringUtil;