mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Removed unnecessary $bt variable in Debug::errorHandler()
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@86176 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
ab735c70d0
commit
3386e8223a
@ -648,7 +648,6 @@ function exceptionHandler($exception) {
|
|||||||
* @param int $errline
|
* @param int $errline
|
||||||
*/
|
*/
|
||||||
function errorHandler($errno, $errstr, $errfile, $errline) {
|
function errorHandler($errno, $errstr, $errfile, $errline) {
|
||||||
$bt = debug_backtrace();
|
|
||||||
switch($errno) {
|
switch($errno) {
|
||||||
case E_ERROR:
|
case E_ERROR:
|
||||||
case E_CORE_ERROR:
|
case E_CORE_ERROR:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user