Bug in pluginmanger.php

Aiello

New Member
This bug prevents correct plugin execution when some plugin is not enabled.

in .../com_fabrik/models/pluginmanager.php
line 387:

if ($state == false) {
continue;
}

should be:

if ($state == false) {
$c++;
continue;
}
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top