Index: review/simpletest/pifr_simpletest.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/project_issue_file_review/review/simpletest/pifr_simpletest.install,v retrieving revision 1.1 diff -u -r1.1 pifr_simpletest.install --- review/simpletest/pifr_simpletest.install 10 Oct 2009 21:39:04 -0000 1.1 +++ review/simpletest/pifr_simpletest.install 28 Oct 2009 04:17:59 -0000 @@ -34,7 +34,7 @@ */ function pifr_simpletest_uninstall() { // Remove client confirmation patches. - $destination = file_directory_path() . '/pifr_server'; + $destination = file_directory_path() . '/pifr_simpletest'; $files = file_scan_directory($destination, '.*'); foreach ($files as $file) { unlink($file->filename);