diff options
Diffstat (limited to 'modules/openid')
-rw-r--r-- | modules/openid/tests/openid_test.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openid/tests/openid_test.module b/modules/openid/tests/openid_test.module index b2f737b21..6532f3b67 100644 --- a/modules/openid/tests/openid_test.module +++ b/modules/openid/tests/openid_test.module @@ -178,10 +178,10 @@ function openid_test_html_openid2() { */ function openid_test_endpoint() { switch ($_REQUEST['openid_mode']) { - case 'associate'; + case 'associate': _openid_test_endpoint_associate(); break; - case 'checkid_setup'; + case 'checkid_setup': _openid_test_endpoint_authenticate(); break; } |