summaryrefslogtreecommitdiff
path: root/includes/inc_stream.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-27 04:25:08 +0100
committerTheTroll <trolldev@gmail.com>2010-02-27 04:25:08 +0100
commit6cebd24a31ffd31840395436f1c0b6bbcfa25b5f (patch)
tree41f2c8374cf39146b72764a5fb9c9e9359cdc087 /includes/inc_stream.php
parent9f5600ba3567c5b9a6a28ab3ed6d5ec75cf58a86 (diff)
downloadistreamdev-6cebd24a31ffd31840395436f1c0b6bbcfa25b5f.tar.gz
istreamdev-6cebd24a31ffd31840395436f1c0b6bbcfa25b5f.tar.bz2
Check ram dir
Diffstat (limited to 'includes/inc_stream.php')
-rwxr-xr-xincludes/inc_stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_stream.php b/includes/inc_stream.php
index 925fd7b..d160263 100755
--- a/includes/inc_stream.php
+++ b/includes/inc_stream.php
@@ -20,7 +20,7 @@ switch ($type)
break;
// Media
case 3:
- list($title, $desc) = mediagetinfostream($name, 0);
+ list($title, $desc) = mediagetinfostream($name);
$realname = basename($name);
break;
default: