Skip to content

Commit bc89a3f

Browse files
committed
Merge pull request #135 from gadlol/patch-3
Removed extra ;
2 parents 438e2d0 + eabed6c commit bc89a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

catalog/admin/modules.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$module_type = $cfgModules->get($set, 'code');
2424
$module_directory = $cfgModules->get($set, 'directory');
2525
$module_language_directory = $cfgModules->get($set, 'language_directory');
26-
$module_key = $cfgModules->get($set, 'key');;
26+
$module_key = $cfgModules->get($set, 'key');
2727
define('HEADING_TITLE', $cfgModules->get($set, 'title'));
2828
$template_integration = $cfgModules->get($set, 'template_integration');
2929

0 commit comments

Comments
 (0)