function _background_process_cwdfix in Background Process 6
Fix for current directory bug during shutdown
1 string reference to '_background_process_cwdfix'
File
- ./
background_process.module, line 1494
Code
function _background_process_cwdfix() {
chdir(DRUPAL_ROOT);
}