summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-30 04:06:45 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-30 04:06:45 +0000
commit84cd16a9399624fa752306dc6afb8ecd1cb06712 (patch)
tree44ac885b8e05a27b9fab524bda92f9723906e7db /modules/update
parentaf22c0c65923e3d2950098f57ea04b7f7fba7447 (diff)
downloadbrdo-84cd16a9399624fa752306dc6afb8ecd1cb06712.tar.gz
brdo-84cd16a9399624fa752306dc6afb8ecd1cb06712.tar.bz2
- Patch #955146 by scor: ['#finished'] should be ['finished'].
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.authorize.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.authorize.inc b/modules/update/update.authorize.inc
index 7c675bf37..a262ad73a 100644
--- a/modules/update/update.authorize.inc
+++ b/modules/update/update.authorize.inc
@@ -131,7 +131,7 @@ function update_authorize_batch_copy_project($project, $updater_name, $local_url
unset($filetransfer->connection);
if (!empty($context['results']['log'][$project]['#abort'])) {
- $context['#finished'] = 1;
+ $context['finished'] = 1;
return;
}