From e02a8a1c841686b469a2664815a6cc0f3c5a039b Mon Sep 17 00:00:00 2001 From: TheTroll Date: Fri, 26 Feb 2010 17:54:04 +0100 Subject: Fixed recordings logo while running --- includes/inc_stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/inc_stream.php') 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; -- cgit v1.2.3