Changeset 638
- Timestamp:
- Feb 21, 2014, 11:00:35 PM (11 years ago)
- Location:
- trunk/Modules
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/File/File.php
r586 r638 85 85 if(array_key_exists('id', $_GET)) $Id = $_GET['id']; 86 86 else if(array_key_exists('i', $_GET)) $Id = $_GET['i']; 87 else return($this->SystemMessage('Chyba', 'Nezadáno id dokladu'));87 else return($this->SystemMessage('Chyba', 'Nezadáno id souboru')); 88 88 $this->ClearPage = true; 89 89 $Output = $this->System->Modules['File']->Download($Id);
Note:
See TracChangeset
for help on using the changeset viewer.