diff options
author | friendica <info@friendica.com> | 2014-01-29 20:14:18 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-29 20:14:18 -0800 |
commit | 9fdee53c9a35d584de8cacd071c6608de88a18b6 (patch) | |
tree | c978f5d246c0358fd3a8d978523f22925aeff927 /mod/chatsvc.php | |
parent | 838ebbcb62aaaca8f19e338fe89c484f9d4ececd (diff) | |
download | volse-hubzilla-9fdee53c9a35d584de8cacd071c6608de88a18b6.tar.gz volse-hubzilla-9fdee53c9a35d584de8cacd071c6608de88a18b6.tar.bz2 volse-hubzilla-9fdee53c9a35d584de8cacd071c6608de88a18b6.zip |
start on the ajax bits
Diffstat (limited to 'mod/chatsvc.php')
-rw-r--r-- | mod/chatsvc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/chatsvc.php b/mod/chatsvc.php index b8d2a9f69..23b95cd1c 100644 --- a/mod/chatsvc.php +++ b/mod/chatsvc.php @@ -4,6 +4,8 @@ require_once('include/security.php'); function chatsvc_init(&$a) { +//logger('chatsvc'); + $ret = array('success' => false); $a->data['chat']['room_id'] = intval($_REQUEST['room_id']); |