mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Update logstats plugin to use chart class.
This commit is contained in:
@@ -89,7 +89,7 @@ foreach($incompat as $folder => $version)
|
||||
if($inCompatText)
|
||||
{
|
||||
$text = "<ul>".$inCompatText."</ul>";
|
||||
$mes->addWarning("The following plugins are not compatible with this version of e107 and should be <a href='".e_ADMIN."plugin.php'>uninstalled</a>: ".$text);
|
||||
$mes->addWarning("The following plugins are not compatible with this version of e107 and should be uninstalled: ".$text."<a class='btn' href='".e_ADMIN."plugin.php'>uninstall</a>");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user