Commit 777ee39c authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes #3750 fusiondirectory.conf attribute configVersion is unused and should be removed

Showing with 1 addition and 2 deletions
+1 -2
...@@ -43,8 +43,7 @@ class Step_Finish extends setup_step ...@@ -43,8 +43,7 @@ class Step_Finish extends setup_step
{ {
$smarty = get_smarty(); $smarty = get_smarty();
$cv = $this->parent->captured_values; $cv = $this->parent->captured_values;
$cv['debugLevel'] = $this->parent->getDebugLevel(); $smarty->assign('cv', xmlentities($cv));
$smarty->assign('cv', xmlentities($cv));
$smarty->assign('templateCompileDirectory', SPOOL_DIR); $smarty->assign('templateCompileDirectory', SPOOL_DIR);
return $smarty->fetch(CONFIG_TEMPLATE_DIR.CONFIG_FILE); return $smarty->fetch(CONFIG_TEMPLATE_DIR.CONFIG_FILE);
} }
......
  • bmortier @bmortier

    mentioned in issue #1235

    By Côme Chilliet on 2017-09-02T15:18:53 (imported from GitLab)

    ·

    mentioned in issue #1235

    By Côme Chilliet on 2017-09-02T15:18:53 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment