Changeset 552 for trunk/Modules/File/File.php
- Timestamp:
- Jul 7, 2013, 10:41:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/File/File.php
r548 r552 83 83 function Show() 84 84 { 85 if(array_key_exists('id', $_GET)) $Id = $_GET['id']; 86 else if(array_key_exists('i', $_GET)) $Id = $_GET['i']; 87 else return($this->SystemMessage('Chyba', 'Nezadáno id dokladu')); 85 88 $this->ClearPage = true; 86 $Output = $this->System->Modules['File']->Download($ _GET['id']);89 $Output = $this->System->Modules['File']->Download($Id); 87 90 return($Output); 88 91 }
Note:
See TracChangeset
for help on using the changeset viewer.