Skip to content

Commit

Permalink
Need to extend string concat
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Jun 22, 2021
1 parent 7f0df14 commit 0b613d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HordeInstaller.php
Expand Up @@ -202,7 +202,7 @@ protected function postinstall(InstalledRepositoryInterface $repo, PackageInterf
'$this->applications[\'horde\'][\'fileroot\'] = $app_fileroot;' . PHP_EOL .
'$this->applications[\'horde\'][\'webroot\'] = $app_webroot;' . PHP_EOL .
'$this->applications[\'horde\'][\'jsfs\'] = $this->applications[\'horde\'][\'fileroot\'] . \'/../js/horde/\';' . PHP_EOL .
'$this->applications[\'horde\'][\'jsuri\'] = $this->applications[\'horde\'][\'webroot\'] . \'/../js/horde/\';';
'$this->applications[\'horde\'][\'jsuri\'] = $this->applications[\'horde\'][\'webroot\'] . \'/../js/horde/\';' .
'$this->applications[\'horde\'][\'themesfs\'] = $this->applications[\'horde\'][\'fileroot\'] . \'/../themes/horde/\';' . PHP_EOL .
'$this->applications[\'horde\'][\'themesuri\'] = $this->applications[\'horde\'][\'webroot\'] . \'/../themes/horde/\';';
file_put_contents($registryLocalFilePath, $registryLocalFileContent);
Expand Down

0 comments on commit 0b613d7

Please sign in to comment.