match composePhpOptions() definition everywhere

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2021-03-24 13:49:58 +01:00
parent 7fbbc2ea0b
commit db1a39b6d9
3 changed files with 3 additions and 3 deletions

View File

@@ -565,7 +565,7 @@ class Apache extends HttpConfigBase
*
* @return string
*/
protected function composePhpOptions($domain, $ssl_vhost = false)
protected function composePhpOptions(&$domain, $ssl_vhost = false)
{
$php_options_text = '';