From e3de4550acb794e7b3589576d1e734bc4e05b8af Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 15 Jun 2011 02:28:22 -0400 Subject: Issue #1029606 follow-up by catch, David_Rothstein: Fixed Regression: Not loading the .module file causes a fatal error when uninstalling some modules (as does loading it). --- modules/simpletest/simpletest.install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/simpletest/simpletest.install') diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install index 0f017e75f..ea847f4ea 100644 --- a/modules/simpletest/simpletest.install +++ b/modules/simpletest/simpletest.install @@ -167,7 +167,8 @@ function simpletest_schema() { * Implements hook_uninstall(). */ function simpletest_uninstall() { - simpletest_clean_environment(); + drupal_load('module', 'simpletest'); + simpletest_clean_database(); // Remove settings variables. variable_del('simpletest_httpauth_method'); -- cgit v1.2.3