Ignore:
Timestamp:
Apr 7, 2020, 10:15:48 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Improved code formatting.
File:
1 edited

Legend:

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

    r860 r880  
    2323  function DoStart()
    2424  {
    25     if(isset($this->System->Config['Web']['ShowPHPError']))
     25    if (isset($this->System->Config['Web']['ShowPHPError']))
    2626      $this->ErrorHandler->ShowError = $this->System->Config['Web']['ShowPHPError'];
    2727      else $this->ErrorHandler->ShowError = true;
     
    3636  function DoError($Error)
    3737  {
    38     foreach($this->OnError as $OnError)
     38    foreach ($this->OnError as $OnError)
    3939      call_user_func($OnError, $Error);
    4040  }
Note: See TracChangeset for help on using the changeset viewer.