Fix Bug#3260 for 1.0.x

This commit is contained in:
Evan Prodromou 2011-07-30 08:17:57 -04:00
parent 87d46e1ae5
commit e530a0868d
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class RealtimePlugin extends Plugin
$pluginPath = common_path('plugins/Realtime/');
$keepalive = common_local_url('keepalivechannel', array('channelkey' => $channel->channel_key));
$close = common_local_url('closechannel', array('channelkey' => $channel->channel_key));
$realtimeUI = ' RealtimeUpdate.initActions("'.$url.'", "'.$timeline.'", "'. $pluginPath .'", "'.$keepalive.'", "'.$close.'"); ';
$realtimeUI = ' RealtimeUpdate.initActions('.json_encode($url).', '.json_encode($timeline).', '.json_encode($pluginPath).', '.json_encode($keepalive).', '.json_encode($close).'); ';
}
$script = ' $(document).ready(function() { '.