mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15851] Add prefix to parameter for public key
PHPBB-15851
This commit is contained in:
parent
1ba58768f3
commit
573c6c87b2
3 changed files with 3 additions and 3 deletions
|
@ -21,4 +21,4 @@ parameters:
|
|||
- passwords.driver.salted_md5
|
||||
- passwords.driver.phpass
|
||||
|
||||
public_key: 'auJX0pGetfYatE7t/rX5hAkCLZv9s78TwKkLfR3YGuQ='
|
||||
packages.public_key: 'auJX0pGetfYatE7t/rX5hAkCLZv9s78TwKkLfR3YGuQ='
|
||||
|
|
|
@ -3,7 +3,7 @@ services:
|
|||
class: phpbb\update\get_updates
|
||||
arguments:
|
||||
- '@filesystem'
|
||||
- '%public_key%'
|
||||
- '%packages.public_key%'
|
||||
- '%core.root_path%'
|
||||
|
||||
updater.controller:
|
||||
|
|
|
@ -22,7 +22,7 @@ use ZipArchive;
|
|||
|
||||
class get_updates
|
||||
{
|
||||
/** @var filesystem_interface Filesystem managerr */
|
||||
/** @var filesystem_interface Filesystem manager */
|
||||
private filesystem_interface $filesystem;
|
||||
|
||||
/** @var Client HTTP client */
|
||||
|
|
Loading…
Add table
Reference in a new issue