aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-11-18 11:02:01 +0100
committerMario Vavti <mario@mariovavti.com>2018-11-18 11:02:01 +0100
commit0c94747ab1c740f47e5a796f5c60efcdfcd29ba1 (patch)
tree2171564b878b3d7ffabeeab99c03f1a47bfccc40
parent783cca1e13ae480b31ddcffce6f014fbd1cdc34a (diff)
downloadvolse-hubzilla-0c94747ab1c740f47e5a796f5c60efcdfcd29ba1.tar.gz
volse-hubzilla-0c94747ab1c740f47e5a796f5c60efcdfcd29ba1.tar.bz2
volse-hubzilla-0c94747ab1c740f47e5a796f5c60efcdfcd29ba1.zip
fix typo which prevented propagation of comments
-rw-r--r--Zotlabs/Module/Zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Zot.php b/Zotlabs/Module/Zot.php
index 8c34dced1..1cc0e54c9 100644
--- a/Zotlabs/Module/Zot.php
+++ b/Zotlabs/Module/Zot.php
@@ -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');
}
}