From dc52a449c987a6a9870d263598bcb7aac6d9ed9b Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Thu, 9 Jul 2015 15:41:04 +0200 Subject: [PATCH] Fixed an error --- pandora_console/extensions/files_repo/functions_files_repo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;