diff options
| author | 2021-02-07 15:19:29 +0100 | |
|---|---|---|
| committer | 2021-02-07 15:19:29 +0100 | |
| commit | a626e5fff8d1cfcc7280396bd8b17b177b6345d2 (patch) | |
| tree | f7ad919978822510c3006ad4e932f7093f351a56 /cli | |
| parent | afc30cef3d8ca3728af35f2385d05e91e857ea0e (diff) | |
Check that PHP session is working during install (#3430)
* Check that PHP session is working during install
#fix https://github.com/FreshRSS/FreshRSS/issues/3198
* Minor whitespace
* Missing he
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/i18n/ignore/en-us.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/i18n/ignore/en-us.php b/cli/i18n/ignore/en-us.php index c8432e83e..5db330fb4 100644 --- a/cli/i18n/ignore/en-us.php +++ b/cli/i18n/ignore/en-us.php @@ -690,6 +690,7 @@ return array( 'install.language.defined', 'install.not_deleted', 'install.ok', + 'install.session.nok', 'install.step', 'install.steps', 'install.this_is_the_end', |
