From 735476f9e34c1c8f7caf621a2696e1569923d48e Mon Sep 17 00:00:00 2001
From: Joe Stewart <joestewart@64620.no-reply.drupal.org>
Date: Tue, 14 Jun 2011 10:03:15 -0500
Subject: [PATCH] Issue 1188202: do not set file_private_path variable

---
 platform/drupal/deploy_7.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/platform/drupal/deploy_7.inc b/platform/drupal/deploy_7.inc
index 8de6cc3..0d8ad68 100644
--- a/platform/drupal/deploy_7.inc
+++ b/platform/drupal/deploy_7.inc
@@ -16,6 +16,5 @@ drush_log(
   array('@old_url' => $old_url, '@new_url' => $new_url)));
 
 variable_set('file_public_path', "sites/$new_url/files");
-variable_set('file_private_path', "sites/$new_url/private/files");
 variable_set('file_temporary_path', "sites/$new_url/private/temp");
 
-- 
1.7.1

