[9.0.08] Var name error

This commit is contained in:
fredtempez 2019-03-21 08:35:41 +01:00
parent a9746bac3c
commit e4490c33e8
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ class theme extends common {
'copyrightPosition' => $this->getInput('themeFooterCopyrightPosition'),
'textPosition' => $this->getInput('themeFooterTextPosition'),
'socialsPosition' => $this->getInput('themeFooterSocialsPosition'),
'textTransform' => $this->getInput('themeFootererTextTransform'),
'textTransform' => $this->getInput('themeFooterTextTransform'),
'font' => $this->getInput('themeFooterFont'),
'fontSize' => $this->getInput('themeFooterFontSize'),
'fontWeight' => $this->getInput('themeFooterFontWeight')