diff options
author | friendica <info@friendica.com> | 2012-11-11 19:13:38 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-11 19:13:38 -0800 |
commit | f4ac91a8bc15f0f645339a3ebd6f9e1d92058901 (patch) | |
tree | e764d38394200ce324258cf33e73dd5583e6fec3 /include/zot.php | |
parent | 9fd2c2dd8ac6a5b015a30eb0508d387c15df9575 (diff) | |
download | volse-hubzilla-f4ac91a8bc15f0f645339a3ebd6f9e1d92058901.tar.gz volse-hubzilla-f4ac91a8bc15f0f645339a3ebd6f9e1d92058901.tar.bz2 volse-hubzilla-f4ac91a8bc15f0f645339a3ebd6f9e1d92058901.zip |
typo
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index b503f3a55..021025f62 100644 --- a/include/zot.php +++ b/include/zot.php @@ -71,7 +71,7 @@ function zot_notify($channel,$url,$type = 'notify',$recipients = null, $remote_k )), 'recipients' => json_encode($recipients), 'callback' => '/post', - 'version' => ZOT_REVISION) + 'version' => ZOT_REVISION ); // Hush-hush ultra top-secret mode |