From 57fe6927a05c565ac5e2b61dcf9fe82da6614872 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 23 Apr 2010 05:48:13 +0000 Subject: #779390 by solotandem: Fixed esoteric invalid syntax bugs in core found by Grammar Parser module. --- modules/openid/tests/openid_test.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/openid/tests/openid_test.module') 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; } -- cgit v1.2.3