summaryrefslogtreecommitdiff
path: root/actions/userbyid.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/userbyid.php')
-rw-r--r--actions/userbyid.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/userbyid.php b/actions/userbyid.php
index 3ff2c9c41..4bb896c38 100644
--- a/actions/userbyid.php
+++ b/actions/userbyid.php
@@ -22,7 +22,7 @@ if (!defined('LACONICA')) { exit(1); }
class UserbyidAction extends Action
{
- function is_readonly()
+ function isReadOnly()
{
return true;
}