]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/cabines/class_BaseCabin.php
Deprecated call removed
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / class_BaseCabin.php
index f12b984b7459cfd2948a8da53a949f00ceba265d..50c9cbb3c3c5422f36af64f03903cbc8aae831c4 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
  */
 class BaseCabin extends BaseCabinStructure {
        // Konstruktor
-       protected function __construct ($class) {
+       protected function __construct ($className) {
                // Call parent constructor
-               parent::__construct($class);
-
-               // Set description
-               $this->setObjectDescription("Kabine");
+               parent::__construct($className);
        }
 
        // Is this a cabin?