mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +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
|
|
@ -447,7 +447,7 @@ class DB
|
|||
$log['act'] = Context::get('act');
|
||||
$log['time'] = date('Y-m-d H:i:s');
|
||||
|
||||
$bt = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
|
||||
$bt = debug_backtrace();
|
||||
foreach($bt as $no => $call)
|
||||
{
|
||||
if($call['function'] == 'executeQuery' || $call['function'] == 'executeQueryArray')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue