diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-01-24 19:38:03 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-02-24 12:48:49 +0100 |
commit | 980efd6cf895536a69ed679573d9be826776daa5 (patch) | |
tree | 2a9a3041b1c34f27ffcb046ecdf03da70491e386 /application/config | |
parent | b9c6589363f3a9b86fd64a96dfbafcdeb9f42c77 (diff) | |
download | Shaarli-980efd6cf895536a69ed679573d9be826776daa5.tar.gz Shaarli-980efd6cf895536a69ed679573d9be826776daa5.tar.zst Shaarli-980efd6cf895536a69ed679573d9be826776daa5.zip |
Use a specific page title in all pages
Also fixed a few French translation issues
Fixes #954 #955
Diffstat (limited to 'application/config')
-rw-r--r-- | application/config/ConfigManager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/ConfigManager.php b/application/config/ConfigManager.php index 9e4c9f63..82f4a368 100644 --- a/application/config/ConfigManager.php +++ b/application/config/ConfigManager.php | |||
@@ -123,7 +123,7 @@ class ConfigManager | |||
123 | * Supports nested settings with dot separated keys. | 123 | * Supports nested settings with dot separated keys. |
124 | * | 124 | * |
125 | * @param string $setting Asked setting, keys separated with dots. | 125 | * @param string $setting Asked setting, keys separated with dots. |
126 | * @param string $value Value to set. | 126 | * @param mixed $value Value to set. |
127 | * @param bool $write Write the new setting in the config file, default false. | 127 | * @param bool $write Write the new setting in the config file, default false. |
128 | * @param bool $isLoggedIn User login state, default false. | 128 | * @param bool $isLoggedIn User login state, default false. |
129 | * | 129 | * |