Added the feature that stops plugins from being exported as part of JCB package

This commit is contained in:
2019-11-13 05:36:42 +02:00
parent 1a18f5a386
commit 850ee4b7e9
5 changed files with 21 additions and 6 deletions

View File

@ -6234,7 +6234,7 @@ class Get
$joomla_plugins = array_filter(
array_values($addjoomla_plugins),
function($array){
// only load the plugins whose target association calles for it
// only load the plugins whose target association call for it
if (!isset($array['target']) || $array['target'] != 2)
{
return true;