summaryrefslogtreecommitdiff
path: root/actions/xrds.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-01-15 23:09:16 +0000
committerEvan Prodromou <evan@controlyourself.ca>2009-01-15 23:09:16 +0000
commitba9f1f603b5d832d8dd2f2b910ddf90bf32181b8 (patch)
tree9322078a149d78da415f0ee940d6f772cbba9111 /actions/xrds.php
parentf294eab92a4e44c0ad8790b7875173a1340f4b5c (diff)
All actions now use isReadOnly()
Diffstat (limited to 'actions/xrds.php')
-rw-r--r--actions/xrds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/xrds.php b/actions/xrds.php
index 7cb2cd210..14cb9d503 100644
--- a/actions/xrds.php
+++ b/actions/xrds.php
@@ -24,7 +24,7 @@ require_once(INSTALLDIR.'/lib/omb.php');
class XrdsAction extends Action
{
- function is_readonly()
+ function isReadOnly()
{
return true;
}