actually respond with the error message in text on Salmon calls

This commit is contained in:
Mikael Nordfeldth 2016-06-25 20:50:00 +02:00
parent bf4acc21be
commit 3166a04cef
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ class SalmonAction extends Action
protected $oprofile = null; // Ostatus_profile of the actor
protected $actor = null; // Profile object of the actor
var $format = 'text'; // error messages will be printed in plaintext
var $xml = null;
var $activity = null;
var $target = null;