You are here

function _background_process_cwdfix in Background Process 6

Fix for current directory bug during shutdown

1 string reference to '_background_process_cwdfix'
background_process.module in ./background_process.module

File

./background_process.module, line 1494

Code

function _background_process_cwdfix() {
  chdir(DRUPAL_ROOT);
}