fix typo which prevented propagation of comments
(cherry picked from commit 0c94747ab1
)
This commit is contained in:
parent
1044e8e91a
commit
f8a8559523
@ -19,7 +19,7 @@ class Zot extends \Zotlabs\Web\Controller {
|
||||
|
||||
function init() {
|
||||
$zot = new ZotProtocol\Receiver(new ZotProtocol\Zot6Handler());
|
||||
json_return_and_die($zot->run(),'application/x-zot+jzon');
|
||||
json_return_and_die($zot->run(),'application/x-zot+json');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user