From 4aaf9e18b87d3a4b3e73121606b71cafc5d58027 Mon Sep 17 00:00:00 2001 From: Dries Date: Thu, 2 Feb 2012 11:20:43 -0500 Subject: - Patch #1423510 by oriol_e9g: undefined var in prepareInstallDirectory. --- includes/updater.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/updater.inc') diff --git a/includes/updater.inc b/includes/updater.inc index 9801629b1..d4f99e974 100644 --- a/includes/updater.inc +++ b/includes/updater.inc @@ -330,7 +330,7 @@ class Updater { } catch (FileTransferException $e) { $message = t($e->getMessage(), $e->arguments); - $throw_message = t('Unable to create %directory due to the following: %reason', array('%directory' => $install_location, '%reason' => $message)); + $throw_message = t('Unable to create %directory due to the following: %reason', array('%directory' => $directory, '%reason' => $message)); throw new UpdaterException($throw_message); } } -- cgit v1.2.3