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/logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/logout.php') diff --git a/actions/logout.php b/actions/logout.php index 3001f3613..86d6270ab 100644 --- a/actions/logout.php +++ b/actions/logout.php @@ -24,7 +24,7 @@ require_once(INSTALLDIR.'/lib/openid.php'); class LogoutAction extends Action { - function is_readonly() + function isReadOnly() { return true; } -- cgit v1.2.3-54-g00ecf