Skip to content

Commit 19602ef

Browse files
author
Robert McNamara
committed
Inetref == string, not int.
1 parent b4e6d25 commit 19602ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/tv/detail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
$schedule->autotranscode = $_POST['autotranscode'] ? 1 : 0;
232232
$schedule->transcoder = $_POST['transcoder'];
233233
$schedule->prefinput = $_POST['prefinput'];
234-
$schedule->inetref = intval($_POST['inetref']);
234+
$schedule->inetref = $_POST['inetref'];
235235
$schedule->season = intval($_POST['season']);
236236
$schedule->episode = intval($_POST['episode']);
237237

0 commit comments

Comments
 (0)