diff options
-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 |