Removed validation of object type existence
authorAlexander Ebert <ebert@woltlab.com>
Sun, 27 Jan 2013 15:32:00 +0000 (16:32 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 27 Jan 2013 15:32:00 +0000 (16:32 +0100)
commit8dab7c933dfb6c22f30b8744df75b9b2bb0d6a39
treec73d95f60b73ccbdf00bf69e63fbbc6218b034ef
parentea2cd45dc8a11360e97eba02e34779744d54719a
Removed validation of object type existence

We explicitly want to allow option types to be provided by an application, but the current system does not allow bogus autoload paths to be registered on runtime. Since a bad object type is a developer's fault we can safely ignore it here. If it fails, blame him.
wcfsetup/install/files/lib/system/package/plugin/OptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserGroupOptionPackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/plugin/UserOptionPackageInstallationPlugin.class.php