Ignore:
Timestamp:
Aug 3, 2021, 11:38:29 AM (3 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

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

    r901 r912  
    122122    {
    123123      $Hash = $_GET['h'];
    124       $this->ClearPage = true;
     124      $this->RawPage = true;
    125125      ModuleFile::Cast($this->System->GetModule('File'))->File->DownloadHash($Hash);
    126126      return '';
     
    129129    {
    130130      $Id = $_GET['i'] * 1;
    131       $this->ClearPage = true;
     131      $this->RawPage = true;
    132132      ModuleFile::Cast($this->System->GetModule('File'))->File->DownloadId($Id);
    133133    }
     
    153153  {
    154154    parent::__construct($System);
    155     $this->FullTitle = 'File check';
    156     $this->ShortTitle = 'File check';
     155    $this->Title = 'File check';
    157156    $this->ParentClass = 'PagePortal';
    158157  }
Note: See TracChangeset for help on using the changeset viewer.