From 84cd16a9399624fa752306dc6afb8ecd1cb06712 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 30 Oct 2010 04:06:45 +0000 Subject: - Patch #955146 by scor: ['#finished'] should be ['finished']. --- modules/update/update.authorize.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/update') 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; } -- cgit v1.2.3