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:
@@ -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>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user