Ignore:
Timestamp:
Aug 15, 2013, 12:11:32 AM (11 years ago)
Author:
chronos
Message:
  • Fixed: Table view missing System parameter.
Location:
trunk/www
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/www

    • Property svn:ignore
      •  

        old new  
        11config.php
         2.buildpath
         3.project
         4.settings
  • trunk/www/Application/View/Update.php

    r78 r92  
    1818        $Output = '<h4>Seznam dostupných aktulizací</h4>';
    1919        $Output .= 'Před provedením aktualizace bude server zastaven a provedena záloha databáze.';
    20         $Table = new Table('EmulatorList');
     20        $Table = new Table('EmulatorList', $this->System);
    2121        $Table->Definition['Table'] = substr($Table->Definition['Table'], 0, -1).' AND `Emulator`.`Revision` > '.$Server->Server['Database']['Emulator']['Revision'].' ORDER BY `Revision`)';
    2222        $Table->Definition['Items']['Id'] = array('Type' => 'Hidden', 'Caption' => '', 'Default' => '');
Note: See TracChangeset for help on using the changeset viewer.