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