summaryrefslogtreecommitdiff
path: root/includes/updater.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/updater.inc')
-rw-r--r--includes/updater.inc2
1 files changed, 1 insertions, 1 deletions
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);
}
}