aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-11-18 10:02:01 +0000
committerMario <mario@mariovavti.com>2018-11-20 10:09:46 +0100
commitf8a8559523c9c943488f690c1d3f832445a95f67 (patch)
tree484148bec04ef9e42f3cf2e9ceeca4a1c1e8022b
parent1044e8e91aff34df850c8408731f8c21280b8fda (diff)
downloadvolse-hubzilla-f8a8559523c9c943488f690c1d3f832445a95f67.tar.gz
volse-hubzilla-f8a8559523c9c943488f690c1d3f832445a95f67.tar.bz2
volse-hubzilla-f8a8559523c9c943488f690c1d3f832445a95f67.zip
fix typo which prevented propagation of comments
(cherry picked from commit 0c94747ab1c740f47e5a796f5c60efcdfcd29ba1)
-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');
}
}