diff options
Diffstat (limited to 'lib/class/stream.class.php')
-rw-r--r-- | lib/class/stream.class.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/class/stream.class.php b/lib/class/stream.class.php index 35f0f4a3..a36e547e 100644 --- a/lib/class/stream.class.php +++ b/lib/class/stream.class.php @@ -857,8 +857,7 @@ class Stream { // Load our javascript echo "<script type=\"text/javascript\">"; - //echo "reload_util();"; - echo "reload_util('".$_SESSION['iframe']['target']."');"; + echo "reloadUtil('".$_SESSION['iframe']['target']."');"; echo "</script>"; } // run_playlist_method |