mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 10:15:16 +00:00
Install fixes
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
d29b703e0e
commit
f313699149
2 changed files with 2 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ if (!file_exists(ROOT_DIR . COMPILE_DIR)) {
|
|||
if (file_exists($conf_filename)) {
|
||||
$messages[] = new Message('info', __('Check','The config file exists.'));
|
||||
} elseif (is_writable($inc_directory)) {
|
||||
$messages[] = new Message('info', __('Check','The config file directory (%s) is writable.', $inc_directory));
|
||||
$messages[] = new Message('info', __f('Check','The config file directory (%s) is writable.', $inc_directory));
|
||||
} else {
|
||||
$messages[] = new Message('danger', __f('Check','The config file directory (%s) is not writable and the config file (%s) does not exists.', $inc_directory, $conf_filename));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ if (is_file(CONF_FILENAME)) {
|
|||
}
|
||||
|
||||
$error = null;
|
||||
$result['details'] = null;
|
||||
$installService = new InstallService();
|
||||
|
||||
if (!empty($_POST)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue