X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fdoc.php;h=54ae1380362b618f2ea22e0bfe78c1dd0aaca77e;hb=bd9824c8d563bbd2d9f9ed259341f0e2fc1ffdf1;hp=ebffb7c1542fc64843d635b7a19c310c689f20f5;hpb=27e23f2dd3e071712dc9d4765beaa33b57150fe0;p=quix0rs-gnu-social.git diff --git a/actions/doc.php b/actions/doc.php index ebffb7c154..54ae138036 100644 --- a/actions/doc.php +++ b/actions/doc.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 @@ -108,7 +108,7 @@ class DocAction extends Action return ucfirst($this->title); } - function isReadOnly() + function isReadOnly($args) { return true; }