Ignore:
Timestamp:
Sep 22, 2023, 11:55:38 PM (8 months ago)
Author:
chronos
Message:
  • Added: Store request URL into Log table.
  • Fixed: Some warnings for invalid inputs.
File:
1 edited

Legend:

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

    r899 r957  
    2222  function DoStart(): void
    2323  {
    24     $this->ErrorHandler->ShowError = $this->System->Config['Web']['ShowPHPError'];
     24    $this->ErrorHandler->ShowError = Core::Cast($this->System)->Config['Web']['ShowPHPError'];
    2525    $this->ErrorHandler->OnError = array(array($this, 'DoOnError'));
    2626    $this->ErrorHandler->Start();
Note: See TracChangeset for help on using the changeset viewer.