1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Tweak of isCompatible method.

This commit is contained in:
Cameron
2021-02-13 06:15:42 -08:00
parent 0527993d98
commit 800f8734bf
4 changed files with 34 additions and 11 deletions

View File

@@ -1845,7 +1845,7 @@ class plugin_form_online_ui extends e_admin_form_ui
}
if(!e107::isCompatible($compat))
if(!e107::isCompatible($compat, 'plugin'))
{
$button = e107::getParser()->toGlyph('fa-bolt').ADLAN_121;
$class = 'btn btn-sm btn-warning';