Ignore:
Timestamp:
Jan 5, 2014, 7:09:42 PM (11 years ago)
Author:
maron
Message:
  • Fixed: forgot testing for not used configuration
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Download/Download.php

    r717 r719  
    8787    $Output .= '<br /><br />';
    8888   
    89     if (isset($this->System->Config['Web']['RecommendedExport'])) {
    9089                $Output .= '<table class="BaseTable">';
    9190                $Output .= '<tr><th>Stáhnout</th><th>Název</th><th>Datum vytvoření</th><th>Popis</th></tr>';
     
    116115      }
    117116                $Output .= '</table>';
    118    
    119     } 
     117     
    120118   
    121119    return($Output);
Note: See TracChangeset for help on using the changeset viewer.