diff options
Diffstat (limited to 'pages/whats_on.ecpp')
-rw-r--r-- | pages/whats_on.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index be36f96..b9062e0 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -72,7 +72,7 @@ if (type == "now") { <div class="content"> <div class="tools"> <& pageelems.event_timer channelid=(channel_id) eventid=(event) &> - <& pageelems.ajax_action_href action="switch_channel" param=(*channel_id.ToString()) image="zap.png" alt="" &> + <& pageelems.ajax_action_href action="switch_channel" param=(channel_id) image="zap.png" alt="" &> </div> <div> <div class="info"><$ start $> - <$ end $></div> |