From ba9f1f603b5d832d8dd2f2b910ddf90bf32181b8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 15 Jan 2009 23:09:16 +0000 Subject: All actions now use isReadOnly() --- actions/publicxrds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/publicxrds.php') diff --git a/actions/publicxrds.php b/actions/publicxrds.php index f66e34533..e765fb1c9 100644 --- a/actions/publicxrds.php +++ b/actions/publicxrds.php @@ -26,7 +26,7 @@ require_once(INSTALLDIR.'/lib/openid.php'); class PublicxrdsAction extends Action { - function is_readonly() + function isReadOnly() { return true; } -- cgit v1.2.3-54-g00ecf