diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-02-24 13:28:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-24 13:28:30 +0100 |
commit | e746c237cdff932cf4c6510becc185c149fa4592 (patch) | |
tree | 2a9a3041b1c34f27ffcb046ecdf03da70491e386 /application | |
parent | b9c6589363f3a9b86fd64a96dfbafcdeb9f42c77 (diff) | |
parent | 980efd6cf895536a69ed679573d9be826776daa5 (diff) | |
download | Shaarli-e746c237cdff932cf4c6510becc185c149fa4592.tar.gz Shaarli-e746c237cdff932cf4c6510becc185c149fa4592.tar.zst Shaarli-e746c237cdff932cf4c6510becc185c149fa4592.zip |
Merge pull request #1062 from ArthurHoaro/feature/pages-title
Use a specific page title in all pages
Diffstat (limited to 'application')
-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 | * |