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/RealmList.php

    r78 r93  
    1212    while($DbRow = $DbResult->fetch_assoc())
    1313    {
    14       $Server = new Server($this->Database, $DbRow['Id']);
     14      $Server = new Server($this->System, $DbRow['Id']);
    1515      $Total += $Server->RealmCount();
    1616    }
     
    1818  }
    1919}
    20 
    21 ?>
Note: See TracChangeset for help on using the changeset viewer.