X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fstructures%2Fextended%2Fcabines%2Fclass_BaseCabin.php;h=e83b262a0099759c9046d3ce06226075fddd0dc2;hp=f12b984b7459cfd2948a8da53a949f00ceba265d;hb=efba981c9bf18c733dfde945b09111ff4b6007ce;hpb=55b327a3f5f2fe1d244532e07be7444e94b2a768 diff --git a/application/ship-simu/main/structures/extended/cabines/class_BaseCabin.php b/application/ship-simu/main/structures/extended/cabines/class_BaseCabin.php index f12b984..e83b262 100644 --- a/application/ship-simu/main/structures/extended/cabines/class_BaseCabin.php +++ b/application/ship-simu/main/structures/extended/cabines/class_BaseCabin.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 * @@ -23,9 +23,9 @@ */ class BaseCabin extends BaseCabinStructure { // Konstruktor - protected function __construct ($class) { + protected function __construct ($className) { // Call parent constructor - parent::__construct($class); + parent::__construct($className); // Set description $this->setObjectDescription("Kabine");