X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fopensearch.php;h=4fe95c93b5cf318443d1c663638e1bb525021c61;hb=7a61b0737d00adbdaaea7e82fa3a1702286332aa;hp=2eb8183066b062dc9111d890eeb6936656373aab;hpb=02d7167906b63d490db3b5c3848accc5235b220f;p=quix0rs-gnu-social.git diff --git a/actions/opensearch.php b/actions/opensearch.php index 2eb8183066..4fe95c93b5 100644 --- a/actions/opensearch.php +++ b/actions/opensearch.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 @@ -84,7 +84,7 @@ class OpensearchAction extends Action $this->endXML(); } - function isReadOnly() + function isReadOnly($args) { return true; }