mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 08:58:30 +01:00
fix "PHP Fatal error: Cannot pass parameter 2 by reference in doc/rpm-build/post_install.php on line 389"
This commit is contained in:
parent
5044856b44
commit
369135bf37
@ -386,7 +386,8 @@ else
|
||||
fix_perms();
|
||||
|
||||
// restart running Apache, to force APC to update changed sources and/or Apache configuration
|
||||
run_cmd($config['start_webserver'].' status && '.$config['start_webserver'].' restart', null, true);
|
||||
$output = array();
|
||||
run_cmd($config['start_webserver'].' status && '.$config['start_webserver'].' restart', $output, true);
|
||||
|
||||
exit($ret);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user