1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +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

@ -1836,9 +1836,9 @@ foreach($libraries as $machineName => $library)
$text .= '<tr>';
$text .= '<td>' . $name . '</td>';
$text .= '<td class="text-center">' . $provider . '</td>';
$text .= '<td class="text-center">' . $details['version'] . '</td>';
$text .= '<td class="text-center">' . varset($details['version']) . '</td>';
$text .= '<td class="text-center">' . $status . '</td>';
$text .= '<td>' . $details['error_message'] . '</td>';
$text .= '<td>' . varset($details['error_message']) . '</td>';
$text .= '<td>' . $links . '</td>';
$text .= '</tr>';
}

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 (

View File

@ -8,7 +8,10 @@
<word>blank</word>
<word>empty</word>
<word>template</word>
</keywords>
</keywords>
<screenshots>
<image></image>
</screenshots>
<adminLinks>
<link url='admin_config.php' description='Configure Blank Plugin' icon='images/blank_32.png' iconSmall='images/blank_16.png' icon128="" primary='true' >LAN_CONGIGURE</link>
<link url="admin_config.php?mode=options" description="Configure Blank Prefs" icon="manage" >Blank Prefs</link>