Moved option handling into external class.
authorAlexander Ebert <ebert@woltlab.com>
Wed, 16 Nov 2011 16:46:00 +0000 (17:46 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 16 Nov 2011 16:46:00 +0000 (17:46 +0100)
commitf76cc27ceb56787b624c746abfb2900d73394326
treee8b25490f83a79b035175b08f7aa5bb1231c1147
parent22844263825b53f8c34010e8b5f4f3992966b1cc
Moved option handling into external class.

Options were handled within the Form-derived classes itself, causing non-accessible code if calling from outside (e.g. using an AJAX-request).
wcfsetup/install/files/lib/acp/form/AbstractOptionListForm.class.php
wcfsetup/install/files/lib/acp/form/OptionForm.class.php
wcfsetup/install/files/lib/data/option/Option.class.php
wcfsetup/install/files/lib/system/option/IOptionHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/option/OptionHandler.class.php [new file with mode: 0644]