From 0f856ba72f68d8eb16a5c44ea66c16f9f64563dc Mon Sep 17 00:00:00 2001 From: webchick Date: Tue, 21 Jun 2011 22:55:00 -0700 Subject: Issue #1192456 by pillarsdotnet: Fixed Make docs of file_move() match code. --- includes/file.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/file.inc b/includes/file.inc index 6dc7f88b3..4b19e03a6 100644 --- a/includes/file.inc +++ b/includes/file.inc @@ -967,8 +967,7 @@ function file_destination($destination, $replace) { * A file object. * @param $destination * A string containing the destination that $source should be moved to. - * This must be a stream wrapper URI. If this value is omitted, Drupal's - * default files scheme will be used, usually "public://". + * This must be a stream wrapper URI. * @param $replace * Replace behavior when the destination file already exists: * - FILE_EXISTS_REPLACE - Replace the existing file. If a managed file with -- cgit v1.2.3