Fixed issue with PHP 5.3
authorAlexander Ebert <ebert@woltlab.com>
Wed, 7 Nov 2012 01:11:33 +0000 (02:11 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 7 Nov 2012 01:11:33 +0000 (02:11 +0100)
wcfsetup/install/files/lib/system/application/AbstractApplication.class.php

index f0d411daa302a699ff6b18b296464a30c9e27554..5f2d32b574f581818b548e18c2693439377eef36 100644 (file)
@@ -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()
         */