updated drupal core to 7.43
This commit is contained in:
@@ -97,7 +97,9 @@ function update_authorize_run_install($filetransfer, $project, $updater_name, $l
|
||||
}
|
||||
|
||||
/**
|
||||
* Batch callback: Copies project to its proper place when authorized to do so.
|
||||
* Implements callback_batch_operation().
|
||||
*
|
||||
* Copies project to its proper place when authorized to do so.
|
||||
*
|
||||
* @param string $project
|
||||
* The canonical short name of the project being installed.
|
||||
@@ -168,7 +170,9 @@ function update_authorize_batch_copy_project($project, $updater_name, $local_url
|
||||
}
|
||||
|
||||
/**
|
||||
* Batch callback: Performs actions when the authorized update batch is done.
|
||||
* Implements callback_batch_finished().
|
||||
*
|
||||
* Performs actions when the authorized update batch is done.
|
||||
*
|
||||
* This processes the results and stashes them into SESSION such that
|
||||
* authorize.php will render a report. Also responsible for putting the site
|
||||
@@ -235,7 +239,9 @@ function update_authorize_update_batch_finished($success, $results) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Batch callback: Performs actions when the authorized install batch is done.
|
||||
* Implements callback_batch_finished().
|
||||
*
|
||||
* Performs actions when the authorized install batch is done.
|
||||
*
|
||||
* This processes the results and stashes them into SESSION such that
|
||||
* authorize.php will render a report. Also responsible for putting the site
|
||||
|
||||
Reference in New Issue
Block a user