Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Nov 24, 2024
1 parent 7638481 commit 10a008c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExtensionInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ private function rcubeAlterConfig($package_name, $add = true)
} else {
$new_config = preg_replace(
"/(\\{$varname}\\['{$config_name}'\\])\\s+=\\s+(.+);/Uims",
'\\1 = ' . $config_val,
'\1 = ' . $config_val,
$config_template,
-1,
$count
Expand Down

0 comments on commit 10a008c

Please sign in to comment.