Skip to content

Commit

Permalink
2.0.3; closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jan 21, 2018
1 parent a8eaa12 commit f07e85b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion code/Fields.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,10 @@ public static function displayFields($location, $template_vars)

$smarty = new Smarty();
$smarty->setCompileDir("$root_dir/themes/default/cache/");
$smarty->setTemplateDir("$root_dir/modules/extended_client_fields/smarty_plugins/");
$smarty->addPluginsDir(array(
"$root_dir/global/smarty_plugins",
"$root_dir/modules/extended_client_fields/smarty_plugins/"
));

// now look through the incoming client settings, passed through $template_vars and determine
// the selected value for each field
Expand Down
4 changes: 2 additions & 2 deletions code/Module.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class Module extends FormToolsModule
protected $author = "Ben Keen";
protected $authorEmail = "[email protected]";
protected $authorLink = "https://formtools.org";
protected $version = "2.0.2";
protected $date = "2018-01-16";
protected $version = "2.0.3";
protected $date = "2018-01-20";
protected $originLanguage = "en_us";
protected $jsFiles = array(
"{MODULEROOT}/scripts/field_options.js"
Expand Down

0 comments on commit f07e85b

Please sign in to comment.