Skip to content

Commit 10a008c

Browse files
committed
Fix CS
1 parent 7638481 commit 10a008c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExtensionInstaller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ private function rcubeAlterConfig($package_name, $add = true)
348348
} else {
349349
$new_config = preg_replace(
350350
"/(\\{$varname}\\['{$config_name}'\\])\\s+=\\s+(.+);/Uims",
351-
'\\1 = ' . $config_val,
351+
'\1 = ' . $config_val,
352352
$config_template,
353353
-1,
354354
$count

0 commit comments

Comments
 (0)