1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Notice removal and empty screenshot tag added to blank plugin.xml

This commit is contained in:
Cameron
2016-12-05 15:37:36 -08:00
parent 2bd391ecae
commit 9fffab959c
3 changed files with 8 additions and 5 deletions

View File

@@ -675,8 +675,8 @@ class e107_db_debug {
$this->aLog[] = array (
'Message' => $message,
'Function' => (isset($bt[$TraceLev]['type']) && ($bt[$TraceLev]['type'] == '::' || $bt[$TraceLev]['type'] == '->') ? $bt[$TraceLev]['class'].$bt[$TraceLev]['type'].$bt[$TraceLev]['function'].'()' : $bt[$TraceLev]['function']).'()',
'File' => $bt[$TraceLev]['file'],
'Line' => $bt[$TraceLev]['line']
'File' => varset($bt[$TraceLev]['file']),
'Line' => varset($bt[$TraceLev]['line'])
);
} else {
$this->aLog[] = array (