diff options
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index 46400f597..3d1669c0f 100644 --- a/include/zot.php +++ b/include/zot.php @@ -294,6 +294,7 @@ function import_xchan_from_json($j) { if(! x($ret,'message')) { $ret['success'] = true; + $ret['hash'] = $xchan_hash; } return $ret; }
\ No newline at end of file |