mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 07:36:32 +02:00
PHP8/Bootstrap5 Fixes
This commit is contained in:
@@ -577,6 +577,11 @@ class e_pref extends e_front_model
|
||||
// $log->logArrayDiffs($new, $old, 'PREFS_02', false);
|
||||
$log->addArray($new,$old);
|
||||
unset($new, $old);
|
||||
if(deftrue('e_DEBUG'))
|
||||
{
|
||||
$backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS,2);
|
||||
$log->logMessage(print_a($backtrace,true), E_MESSAGE_DEBUG);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user