Changeset 586 for trunk/Modules/Error/Error.php
- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Error/Error.php
r548 r586 22 22 } 23 23 24 function Install()24 function DoInstall() 25 25 { 26 parent::Install();27 26 } 28 27 29 function UnInstall()28 function DoUnInstall() 30 29 { 31 parent::UnInstall();32 30 } 33 31 34 function Start()32 function DoStart() 35 33 { 36 parent::Start();37 34 $this->ShowError = $this->System->Config['Web']['ShowPHPError']; 38 35 set_error_handler(array($this, 'ErrorHandler'));
Note:
See TracChangeset
for help on using the changeset viewer.