diff options
Diffstat (limited to 'modules/openid/tests/openid_test.install')
-rw-r--r-- | modules/openid/tests/openid_test.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openid/tests/openid_test.install b/modules/openid/tests/openid_test.install index ac826fd47..f59c3c701 100644 --- a/modules/openid/tests/openid_test.install +++ b/modules/openid/tests/openid_test.install @@ -7,7 +7,7 @@ */ /** - * Implement hook_install(). + * Implements hook_install(). */ function openid_test_install() { module_load_include('inc', 'openid'); |