Changeset 880 for trunk/Modules/Error/Error.php
- Timestamp:
- Apr 7, 2020, 10:15:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Error/Error.php
r860 r880 23 23 function DoStart() 24 24 { 25 if (isset($this->System->Config['Web']['ShowPHPError']))25 if (isset($this->System->Config['Web']['ShowPHPError'])) 26 26 $this->ErrorHandler->ShowError = $this->System->Config['Web']['ShowPHPError']; 27 27 else $this->ErrorHandler->ShowError = true; … … 36 36 function DoError($Error) 37 37 { 38 foreach ($this->OnError as $OnError)38 foreach ($this->OnError as $OnError) 39 39 call_user_func($OnError, $Error); 40 40 }
Note:
See TracChangeset
for help on using the changeset viewer.