function apps_update_authorize_update_batch_finished in Apps 7
Wrapper around update_authorize_update_batch_finished to include file.
Since need to override update_authorize_batch_copy_project, need to have the path be this file, so need the 'finished' operation to be in this file also.
2 string references to 'apps_update_authorize_update_batch_finished'
- apps_profile_install_app_modules in ./
apps.profile.inc - Batch process apps install.
- apps_run_install in ./
apps.installer.inc - The batch builder and processor for moving files to drupal.
File
- ./
apps.installer.inc, line 306 - installer.inc hold all of the function used to download apps and thier deps
Code
function apps_update_authorize_update_batch_finished($success, $results) {
module_load_include('authorize.inc', 'update');
update_authorize_update_batch_finished($success, $results);
}