Merge branch 'mod-zot-fix' into 'dev'

fix typo which prevented propagation of comments

See merge request hubzilla/core!1399
This commit is contained in:
Max Kostikov 2018-11-18 11:21:07 +01:00
commit c3f1aae570

View File

@ -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');
}
}