GX-Bug #53878 » OrderActionStatusFix.patch
| src/GXMainComponents/Extensions/Orders/OrderActions.inc.php (revision ) | ||
|---|---|---|
| 377 | 377 |
|
| 378 | 378 |
if($notifyCustomer->asBool() === true) |
| 379 | 379 |
{
|
| 380 |
$smarty = MainFactory::create('Smarty');
|
|
| 380 |
$smarty = MainFactory::create('GXSmarty');
|
|
| 381 | 381 |
$smarty->caching = false; |
| 382 | 382 |
$smarty->template_dir = DIR_FS_CATALOG . 'templates'; |
| 383 | 383 |
$smarty->compile_dir = DIR_FS_CATALOG . 'templates_c'; |