From: Alexander Ebert Date: Wed, 7 Nov 2012 01:11:33 +0000 (+0100) Subject: Fixed issue with PHP 5.3 X-Git-Tag: 2.0.0_Beta_1~799 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=45619430f452251e0235f7d22fcbd7f9a35be3b0;p=GitHub%2FWoltLab%2FWCF.git Fixed issue with PHP 5.3 --- diff --git a/wcfsetup/install/files/lib/system/application/AbstractApplication.class.php b/wcfsetup/install/files/lib/system/application/AbstractApplication.class.php index f0d411daa3..5f2d32b574 100644 --- a/wcfsetup/install/files/lib/system/application/AbstractApplication.class.php +++ b/wcfsetup/install/files/lib/system/application/AbstractApplication.class.php @@ -18,11 +18,6 @@ abstract class AbstractApplication extends SingletonFactory implements IApplicat */ protected final function init() { } - /** - * @see wcf\system\application\IApplication::__run() - */ - abstract public function __run(); - /** * @see wcf\system\application\IApplication::__callStatic() */