X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcontroller%2Fweb%2Fclass_WebConfirmController.php;h=64c845d01911ae57930e40b38cb2d92d62633ea0;hp=975d518964ec24b2a0dfc8064ff75474824965cb;hb=ec23e72b16433ac136817f3ea78697fb70236e4a;hpb=a550aa5e5aea2ecddfe0166e96bea62b01c7450e diff --git a/inc/classes/main/controller/web/class_WebConfirmController.php b/inc/classes/main/controller/web/class_WebConfirmController.php index 975d518..64c845d 100644 --- a/inc/classes/main/controller/web/class_WebConfirmController.php +++ b/inc/classes/main/controller/web/class_WebConfirmController.php @@ -30,12 +30,6 @@ class WebConfirmController extends BaseController implements Controller { protected function __construct () { // Call parent constructor parent::__construct(__CLASS__); - - // Set part description - $this->setObjectDescription("Controller for confirmation link handling"); - - // Create unique ID number - $this->generateUniqueId(); } /**