fix #416 PHP 5.3.6 이상에서만 사용 가능한 상수 제거

This commit is contained in:
bnu 2014-02-08 12:31:03 +09:00 committed by khongchi
parent c558dbc713
commit 809a526797
2 changed files with 2 additions and 2 deletions

View file

@ -758,7 +758,7 @@ function debugPrint($debug_output = NULL, $display_option = TRUE, $file = '_debu
}
static $firephp;
$bt = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
$bt = debug_backtrace();
if(is_array($bt))
{
$bt_debug_print = array_shift($bt);