// undefined var fixed

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12961 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mMarinetti
2012-02-03 09:44:54 +00:00
parent 9e8421a33c
commit 5ba2e5e330
+1 -1
View File
@@ -64,7 +64,7 @@ try
// if the current employee theme is not valid (check layout.tpl presence),
// reset to default theme
if (empty($context->employee->bo_theme) ||
!file_exists($path.$employee->bo_theme.'/template/layout.tpl'))
!file_exists($path.$context->employee->bo_theme.'/template/layout.tpl'))
{
// default admin theme is "default".
$context->employee->bo_theme = '';