Changeset 957 for trunk/Modules/Error/Error.php
- Timestamp:
- Sep 22, 2023, 11:55:38 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Error/Error.php
r899 r957 22 22 function DoStart(): void 23 23 { 24 $this->ErrorHandler->ShowError = $this->System->Config['Web']['ShowPHPError'];24 $this->ErrorHandler->ShowError = Core::Cast($this->System)->Config['Web']['ShowPHPError']; 25 25 $this->ErrorHandler->OnError = array(array($this, 'DoOnError')); 26 26 $this->ErrorHandler->Start();
Note:
See TracChangeset
for help on using the changeset viewer.