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/foaf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/foaf.php') diff --git a/actions/foaf.php b/actions/foaf.php index a0f8a1ff3..9fa321d4a 100644 --- a/actions/foaf.php +++ b/actions/foaf.php @@ -26,7 +26,7 @@ define('BOTH', 0); class FoafAction extends Action { - function is_readonly() + function isReadOnly() { return true; } -- cgit v1.2.3-54-g00ecf