diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-12-03 23:49:20 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2019-01-12 23:11:19 +0100 |
commit | bcf056c9d92e5240e645c76a4cdc8ae159693f9a (patch) | |
tree | 3991d2e0703276474a3fa5b0f3cccc63b2e74f19 /application/config | |
parent | 92c6439dbc41d8a2873dfebbc44e30d75c0c473d (diff) | |
download | Shaarli-bcf056c9d92e5240e645c76a4cdc8ae159693f9a.tar.gz Shaarli-bcf056c9d92e5240e645c76a4cdc8ae159693f9a.tar.zst Shaarli-bcf056c9d92e5240e645c76a4cdc8ae159693f9a.zip |
namespacing: \Shaarli\Updater
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/ConfigPhp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/ConfigPhp.php b/application/config/ConfigPhp.php index 9ed5d31f..cad34594 100644 --- a/application/config/ConfigPhp.php +++ b/application/config/ConfigPhp.php | |||
@@ -27,7 +27,7 @@ class ConfigPhp implements ConfigIO | |||
27 | /** | 27 | /** |
28 | * Map legacy config keys with the new ones. | 28 | * Map legacy config keys with the new ones. |
29 | * If ConfigPhp is used, getting <newkey> will actually look for <legacykey>. | 29 | * If ConfigPhp is used, getting <newkey> will actually look for <legacykey>. |
30 | * The Updater will use this array to transform keys when switching to JSON. | 30 | * The updater will use this array to transform keys when switching to JSON. |
31 | * | 31 | * |
32 | * @var array current key => legacy key. | 32 | * @var array current key => legacy key. |
33 | */ | 33 | */ |