Ignore:
Timestamp:
Aug 15, 2013, 11:17:26 PM (11 years ago)
Author:
chronos
Message:
  • Fixed: System variable as parameter to constructors of descendents of Module class.
  • Removed: End PHP mark "?>" from all files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/Application/Model/Cluster.php

    r78 r93  
    77  function __construct($System, $Id)
    88  {
    9     $this->System = $System;
    10     $this->Config = $System->Config;
    11     $this->Database = $System->Database;
     9        parent::__construct($System);
    1210   
    1311    $DbResult = $this->Database->query('SELECT * FROM `ClusterNode` WHERE `Id`='.$Id);
     
    3129  } 
    3230}
    33 
    34 ?>
Note: See TracChangeset for help on using the changeset viewer.