We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a351d commit cfa4f05Copy full SHA for cfa4f05
1 file changed
admin/devtools.php
@@ -106,7 +106,7 @@
106
}
107
if (0 == $found) {
108
//search for concatenated string
109
- $needle = str_replace('_' . $clModuleNameUpper . '_', "_' . \$moduleDirNameUpper . '_' . '", $constKey);
+ $needle = str_replace('_' . $clModuleNameUpper . '_', "_' . \$moduleDirNameUpper . '_", $constKey);
110
foreach($modfiles as $modfile) {
111
if( strpos(file_get_contents($modfile),$needle) !== false) {
112
$found = 1;
0 commit comments