1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +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>';
}