diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-13 13:54:55 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-13 13:54:55 +0000 |
commit | dd5ded8334010db30ae880cedd210881f1a97c43 (patch) | |
tree | c84349397bdd04eb0778df3b0f1c7b37486f93d8 /modules/simpletest | |
parent | bc9a742f68a02e69a51aa5aa0b6544294697f433 (diff) | |
download | brdo-dd5ded8334010db30ae880cedd210881f1a97c43.tar.gz brdo-dd5ded8334010db30ae880cedd210881f1a97c43.tar.bz2 |
- Patch #544360 by Gábor Hojtsy, ksenzee, David_Rothstein, seutje, JacobSingh, paul.lovvik, EclipseGc et al: Dashboard module 1.0. Wo-hoot!
Diffstat (limited to 'modules/simpletest')
-rw-r--r-- | modules/simpletest/tests/system_test.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/system_test.module b/modules/simpletest/tests/system_test.module index 192e3f4f0..6926dfe5f 100644 --- a/modules/simpletest/tests/system_test.module +++ b/modules/simpletest/tests/system_test.module @@ -183,7 +183,7 @@ function system_test_exit() { /** * Implement hook_system_info_alter(). */ -function system_test_system_info_alter(&$info, $file) { +function system_test_system_info_alter(&$info, $file, $type) { // We need a static otherwise the last test will fail to alter common_test. static $test; if (($dependencies = variable_get('dependencies', array())) || $test) { |