diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 23:09:16 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 23:09:16 +0000 |
commit | ba9f1f603b5d832d8dd2f2b910ddf90bf32181b8 (patch) | |
tree | 9322078a149d78da415f0ee940d6f772cbba9111 /actions/userbyid.php | |
parent | f294eab92a4e44c0ad8790b7875173a1340f4b5c (diff) |
All actions now use isReadOnly()
Diffstat (limited to 'actions/userbyid.php')
-rw-r--r-- | actions/userbyid.php | 2 |
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; } |