Skip to content

Commit

Permalink
template update
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jun 17, 2019
1 parent 1d6991f commit ac14763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view_maxmind.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ function_requirements('get_maxmind_field_descriptions');
$smarty = new TFSmarty;
$smarty->assign('maxmind', $maxmind);
$smarty->assign('maxmind_fields', obj2array(json_decode(file_get_contents(INCLUDE_ROOT.'/config/maxmind_output_fields.json'))));
add_output($smarty->fetch('view_maxmind.tpl'));
add_output($smarty->fetch('billing/view_maxmind.tpl'));
}

0 comments on commit ac14763

Please sign in to comment.