Fixed an error
This commit is contained in:
parent
c69b978af2
commit
dc52a449c9
|
@ -38,7 +38,7 @@ function files_repo_check_directory ($print_messages = false) {
|
||||||
}
|
}
|
||||||
if (!is_writable($files_repo_path)) {
|
if (!is_writable($files_repo_path)) {
|
||||||
$messages .= ui_print_error_message(array('message' => __('Attachment directory is not writable by HTTP Server')
|
$messages .= ui_print_error_message(array('message' => __('Attachment directory is not writable by HTTP Server')
|
||||||
.'</h3>'.'<p>'.sprinf(__('Please check that the web server has write rights on the %s directory'), $attachment_path),
|
.'</h3>'.'<p>'.sprintf(__('Please check that the web server has write rights on the %s directory'), $attachment_path),
|
||||||
'no_close' => true, 'force_style' => 'color: #000000 !important'), '', true);
|
'no_close' => true, 'force_style' => 'color: #000000 !important'), '', true);
|
||||||
} else {
|
} else {
|
||||||
$result = true;
|
$result = true;
|
||||||
|
|
Loading…
Reference in New Issue