From 2ffdbc11bc6487d4803c75b9f4d96d1a63bb042a Mon Sep 17 00:00:00 2001
From: Bob Vincent <bobvin@pillars.net>
Date: Sat, 18 Jun 2011 01:16:10 -0400
Subject: [PATCH] Issue #1192456 by pillarsdotnet: Make file_move() docs match code.

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

diff --git a/includes/file.inc b/includes/file.inc
index 4750ff481fe297ea9581782b1f71ba9207d8043c..8b09df8fc8fb9e93a13165c8d946e794660185e0 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
-- 
1.7.4.1

