Skip to content

Commit

Permalink
Inetref == string, not int.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McNamara committed Jul 17, 2011
1 parent b4e6d25 commit 19602ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tv/detail.php
Expand Up @@ -231,7 +231,7 @@
$schedule->autotranscode = $_POST['autotranscode'] ? 1 : 0;
$schedule->transcoder = $_POST['transcoder'];
$schedule->prefinput = $_POST['prefinput'];
$schedule->inetref = intval($_POST['inetref']);
$schedule->inetref = $_POST['inetref'];
$schedule->season = intval($_POST['season']);
$schedule->episode = intval($_POST['episode']);

Expand Down

0 comments on commit 19602ef

Please sign in to comment.