summaryrefslogtreecommitdiff
path: root/actions/foaf.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-15 23:10:44 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-15 23:10:44 +0000
commit39b5957068126be3d0fbe93769daf6038a53f4d4 (patch)
tree0d753524b0180be3c1f8ac50729b7e1694da6e45 /actions/foaf.php
parent0357ea505dd8aba293a67f0bfa122c3bbd29e51b (diff)
parentba9f1f603b5d832d8dd2f2b910ddf90bf32181b8 (diff)
Merge branch 'uiredesign' of ../evan into uiredesign
Diffstat (limited to 'actions/foaf.php')
-rw-r--r--actions/foaf.php2
1 files changed, 1 insertions, 1 deletions
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;
}