* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); }
+if (!defined('GNUSOCIAL')) { exit(1); }
require_once(INSTALLDIR.'/lib/rssaction.php');
{
var $tag = null;
- function prepare($args)
+ protected function prepare(array $args=array())
{
parent::prepare($args);
$nickname = $this->trimmed('nickname');
* @return boolean success
*/
- function prepare($args)
+ protected function prepare(array $args=array())
{
parent::prepare($args);
* @return void
*/
- function handle($args)
+ protected function handle()
{
// Parent handling, including cache check
- parent::handle($args);
+ parent::handle();
$this->showRss();
}