Skip to content

Commit

Permalink
in classes/38 it's formField.php
Browse files Browse the repository at this point in the history
  • Loading branch information
trob committed Sep 20, 2017
1 parent 1028199 commit 47c1939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/system/fabrik/fabrik.php
Expand Up @@ -66,6 +66,8 @@ public function __construct(&$subject, $config)
{
JLoader::import($base . '.field', JPATH_SITE . '/administrator', 'administrator.');
JLoader::import($base . '.form', JPATH_SITE . '/administrator', 'administrator.');
//Trob: load the new named classes/38 file until Fabrik is J!3.8 ready
if (str_replace('.', '', $version->RELEASE) == '38') JLoader::import($base . '.formField', JPATH_SITE . '/administrator', 'administrator.');
}

if (version_compare($version->RELEASE, '3.1', '<='))
Expand Down

0 comments on commit 47c1939

Please sign in to comment.