Changeset 69 for trunk/Packages/Common/Error.php
- Timestamp:
- Feb 28, 2016, 10:54:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Error.php
r61 r69 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.