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:
commit
c3f1aae570
@ -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