From 1a4aad10ca65b70944c890e52990af63e0f8fc18 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 17 Oct 2006 19:29:26 +0000 Subject: - Bug #89680: 'not not' -> 'not'. --- includes/file.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/file.inc b/includes/file.inc index 3212c5546..8df67ec65 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -319,7 +319,7 @@ function file_copy(&$source, $dest = 0, $replace = FILE_EXISTS_RENAME) { if ($basename === FALSE) { $source = is_object($source) ? $source->filepath : $source; drupal_set_message(t('The selected file %file could not be uploaded, because the destination %directory is not properly configured.', array('%file' => $source, '%directory' => $dest)), 'error'); - watchdog('file system', t('The selected file %file could not not be uploaded, because the destination %directory could not be found, or because its permissions do not allow the file to be written.', array('%file' => $source, '%directory' => $dest)), WATCHDOG_ERROR); + watchdog('file system', t('The selected file %file could not be uploaded, because the destination %directory could not be found, or because its permissions do not allow the file to be written.', array('%file' => $source, '%directory' => $dest)), WATCHDOG_ERROR); return 0; } -- cgit v1.2.3