Ignore:
Timestamp:
Dec 27, 2022, 7:50:23 PM (17 months ago)
Author:
chronos
Message:
  • Modified: Updated Common package to latest version.
  • Modified: Fixes related to PHP 8.x.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/Page.php

    r880 r888  
    813813  }
    814814
    815   function Show()
     815  function Show(): string
    816816  {
    817817    $this->Title = T('Export');
     
    837837  }
    838838
    839   function Show()
     839  function Show(): string
    840840  {
    841841    if (array_key_exists('i', $_GET))
Note: See TracChangeset for help on using the changeset viewer.