Skip to content

Commit 9fe6905

Browse files
committed
chore: remove checks on config error handler
Signed-off-by: otengkwame <developerkwame@gmail.com>
1 parent 887eb5e commit 9fe6905

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

CodeIgniter/Framework/core/CodeIgniter.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,6 @@
9999
set_exception_handler('_exception_handler');
100100
register_shutdown_function('_shutdown_handler');
101101

102-
if (config_item('beautiful_error_handler')) {
103-
104-
// Require Beautiful ErrorHandler
105-
require_once __DIR__ . DS . "ErrorHandler.php";
106-
107-
// Use Beautiful Error Handler
108-
new CI_ErrorHandler;
109-
}
110-
111102
/*
112103
* ------------------------------------------------------
113104
* Set the subclass_prefix

0 commit comments

Comments
 (0)