fix copy/past issue

This commit is contained in:
Manuel Raynaud
2014-06-05 17:13:36 +02:00
parent a4e28e5561
commit 83ed4aa833
2 changed files with 6 additions and 10 deletions

View File

@@ -60,13 +60,13 @@ class TemplateHelper
$tplVar = 'active-front-template';
break;
case TemplateDefinition::BACK_OFFICE:
$tplVar = 'active-front-template';
$tplVar = 'active-admin-template';
break;
case TemplateDefinition::PDF:
$tplVar = 'active-front-template';
$tplVar = 'active-pdf-template';
break;
case TemplateDefinition::EMAIL:
$tplVar = 'active-front-template';
$tplVar = 'active-mail-template';
break;
}