File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
admin/controller/payment/mollie Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -449,8 +449,6 @@ protected function checkModuleStatus ()
449
449
DIR_CATALOG . "view/theme/default/template/payment/mollie_checkout_form.tpl " ,
450
450
DIR_CATALOG . "view/theme/default/template/payment/mollie_return.tpl " ,
451
451
DIR_CATALOG . "view/theme/default/template/payment/mollie_return_2.tpl " ,
452
- DIR_CATALOG . "view/theme/default/template/payment/mollie_payment_error.tpl " ,
453
- DIR_CATALOG . "view/theme/default/template/payment/mollie_payment_error_2.tpl " ,
454
452
);
455
453
456
454
foreach (MollieHelper::$ MODULE_NAMES as $ module_name )
@@ -463,6 +461,8 @@ protected function checkModuleStatus ()
463
461
464
462
foreach ($ mod_files as $ file )
465
463
{
464
+ $ file = realpath ($ file );
465
+
466
466
if (!file_exists ($ file ))
467
467
{
468
468
$ need_files [] = '<span style="color:red"> ' . $ file . '</span> ' ;
You can’t perform that action at this time.
0 commit comments