mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 04:09:55 +09:00
fix #416 PHP 5.3.6 이상에서만 사용 가능한 상수 제거
This commit is contained in:
parent
c558dbc713
commit
809a526797
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue