Changeset 5 for Common/Error.php
- Timestamp:
- Jan 10, 2016, 12:16:44 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Error.php
r3 r5 74 74 die(); 75 75 } 76 76 77 77 function ShowDefaultError($Message) 78 78 { … … 112 112 113 113 foreach($this->OnError as $OnError) 114 $OnError[0]->$OnError[1]($Error);114 call_user_func($OnError, $Error); 115 115 } 116 116 }
Note:
See TracChangeset
for help on using the changeset viewer.