X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fparts%2Fclass_BaseShipPart.php;h=014b4cba335009f2bb72c595c91055c4b644bf34;hb=86553167136d11d44e1d938e964134c038785e3e;hp=fa2776ba0e488bec2e8278c9fc01b03dc1e6a7e0;hpb=d2ab4e266a9ba039dc587ffa753a55328ca34f4a;p=shipsimu.git diff --git a/application/ship-simu/main/parts/class_BaseShipPart.php b/application/ship-simu/main/parts/class_BaseShipPart.php index fa2776b..014b4cb 100644 --- a/application/ship-simu/main/parts/class_BaseShipPart.php +++ b/application/ship-simu/main/parts/class_BaseShipPart.php @@ -6,7 +6,7 @@ * @version 0.0.0 * @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 + * @link http://www.ship-simu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,9 +26,9 @@ class BaseShipPart extends BaseSimulator { private $price = 0.00; // Konstruktor - protected function __construct($class) { + protected function __construct($className) { // Call parent constructor - parent::__construct($class); + parent::__construct($className); // Beschreibung $this->setObjectDescription("Schiffsteil");