diff options
Diffstat (limited to 'actions/xrds.php')
-rw-r--r-- | actions/xrds.php | 2 |
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; } |