Skip to content

Commit cfa4f05

Browse files
committed
fixed problem with common.php
1 parent 26a351d commit cfa4f05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin/devtools.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
}
107107
if (0 == $found) {
108108
//search for concatenated string
109-
$needle = str_replace('_' . $clModuleNameUpper . '_', "_' . \$moduleDirNameUpper . '_' . '", $constKey);
109+
$needle = str_replace('_' . $clModuleNameUpper . '_', "_' . \$moduleDirNameUpper . '_", $constKey);
110110
foreach($modfiles as $modfile) {
111111
if( strpos(file_get_contents($modfile),$needle) !== false) {
112112
$found = 1;

0 commit comments

Comments
 (0)