diff --git a/pandora_console/extensions/files_repo/functions_files_repo.php b/pandora_console/extensions/files_repo/functions_files_repo.php index 31aaf0c538..2f736c5b90 100644 --- a/pandora_console/extensions/files_repo/functions_files_repo.php +++ b/pandora_console/extensions/files_repo/functions_files_repo.php @@ -38,7 +38,7 @@ function files_repo_check_directory ($print_messages = false) { } if (!is_writable($files_repo_path)) { $messages .= ui_print_error_message(array('message' => __('Attachment directory is not writable by HTTP Server') - .''.'

'.sprinf(__('Please check that the web server has write rights on the %s directory'), $attachment_path), + .''.'

'.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); } else { $result = true;