summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-02-26 17:54:04 +0100
committerTheTroll <trolldev@gmail.com>2010-02-26 17:54:04 +0100
commite02a8a1c841686b469a2664815a6cc0f3c5a039b (patch)
tree75df3c2b584124e962a40a2ea0f14b943d7c7fd0 /includes
parentc098143b66784a518de81bc3f639993ac1d6f3ec (diff)
downloadistreamdev-e02a8a1c841686b469a2664815a6cc0f3c5a039b.tar.gz
istreamdev-e02a8a1c841686b469a2664815a6cc0f3c5a039b.tar.bz2
Fixed recordings logo while running
Diffstat (limited to 'includes')
-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 d6297e0..abd1d57 100755
--- a/includes/inc_stream.php
+++ b/includes/inc_stream.php
@@ -32,7 +32,7 @@ if (infostreamexist())
break;
case 2:
$channoslash = preg_replace("$/$", " ", $realname);
- $logopath = "logos/" .$channslash .".png";
+ $logopath = "logos/" .$channoslash .".png";
if (!file_exists($logopath))
$logopath = "logos/nologoREC.png";
break;