From a403a2d5cf4faad5d079c2996007559a98d110c6 Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Tue, 21 Jun 2011 22:54:54 -0700
Subject: [PATCH] Issue #1192456 by pillarsdotnet: Fixed Make docs of
 file_move() match code.

---
 includes/file.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/includes/file.inc b/includes/file.inc
index 4750ff481fe2..8b09df8fc8fb 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
-- 
GitLab