X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fuserbyid.php;h=8b686ae106379be2ac4d5faded06e80123017eed;hb=8e21e37d707c61b673b0ba2154469d2fae91b90f;hp=1e30d1aac3d1249683ba51b775028f268b4f36f7;hpb=a7c85bebd5be9ea019a8c80d74730d7eb28d4651;p=quix0rs-gnu-social.git diff --git a/actions/userbyid.php b/actions/userbyid.php index 1e30d1aac3..8b686ae106 100644 --- a/actions/userbyid.php +++ b/actions/userbyid.php @@ -13,7 +13,7 @@ * @link http://laconi.ca/ * Laconica - a distributed open-source microblogging tool - * Copyright (C) 2008, Controlez-Vous, Inc. + * Copyright (C) 2008, 2009, Control Yourself, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -50,7 +50,7 @@ class UserbyidAction extends Action * * @return boolean true */ - function isReadOnly() + function isReadOnly($args) { return true; }