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

    r78 r92  
    4545      {
    4646        $Output = '<h4>Ladící záznamy restartů</h4>';
    47         $Table = new Table($this->ItemListFormClass);
     47        $Table = new Table($this->ItemListFormClass, $this->System);
    4848        $Table->OnRow = array($this, 'ShowListOnRow');
    4949        $Table->Definition['Table'] = '(SELECT * FROM Debug WHERE Realm='.$_GET['Id'].')';
Note: See TracChangeset for help on using the changeset viewer.