Improved move offset check

This commit is contained in:
Shoghi Cervantes
2015-01-02 19:14:18 +01:00
parent e8ad828498
commit 04bdb13103
4 changed files with 5 additions and 5 deletions

View File

@ -137,7 +137,7 @@ class CrashDump{
$error = $lastExceptionError;
}else{
$error = (array) error_get_last();
$error["trace"] = @getTrace(4);
$error["trace"] = @getTrace(3);
$errorConversion = [
E_ERROR => "E_ERROR",
E_WARNING => "E_WARNING",