X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcontroller%2Fweb%2Fclass_WebDefaultController.php;h=37cf3d9e710d18b6e13c5925174bc4575b477ef6;hp=5a10b0581a21007ed4b11e9b71229ad12a5c1588;hb=df33e264f3246f80756d7e2da55d7f7c40f9088c;hpb=d5e40277c2607f2cb130ab9fde84f8fbdb832ce4 diff --git a/inc/classes/main/controller/web/class_WebDefaultController.php b/inc/classes/main/controller/web/class_WebDefaultController.php index 5a10b05..37cf3d9 100644 --- a/inc/classes/main/controller/web/class_WebDefaultController.php +++ b/inc/classes/main/controller/web/class_WebDefaultController.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @todo This controller shall still provide some headlines for sidebars @@ -31,12 +31,6 @@ class WebDefaultController extends BaseController implements Controller { protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Set part description - $this->setObjectDescription("Default controller for all other web requests"); - - // Create unique ID number - $this->generateUniqueId(); } /**