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/View/HomePage.php

    r78 r93  
    4747  function State()
    4848  {
    49     $Platform = new Platform($this->Database);
     49    $Platform = new Platform($this->System);
    5050    $State = $Platform->State();
    5151    $Output = '<h4>Stav systému</h4>'.
     
    6464  }
    6565}
    66 
    67 ?>
Note: See TracChangeset for help on using the changeset viewer.