diff options
Diffstat (limited to 'modules/update/update.authorize.inc')
-rw-r--r-- | modules/update/update.authorize.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/update/update.authorize.inc b/modules/update/update.authorize.inc index 978fee4a4..c9b76dd30 100644 --- a/modules/update/update.authorize.inc +++ b/modules/update/update.authorize.inc @@ -1,5 +1,4 @@ <?php -// $Id$ /** * @file @@ -102,7 +101,7 @@ function update_authorize_run_install($filetransfer, $project, $updater_name, $l * already been downloaded and extracted into. * @param FileTransfer $filetransfer * The FileTransfer object to use for performing this operation. - * @param array &$context + * @param array $context * Reference to an array used for BatchAPI storage. */ function update_authorize_batch_copy_project($project, $updater_name, $local_url, $filetransfer, &$context) { |