summaryrefslogtreecommitdiffstats
path: root/play/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-05 10:10:44 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-05 10:10:44 +0000
commitf24fa20acbd2d7ff7175dab391e75f743c634e87 (patch)
treeec20ebb7784894ed3cbc9b123f73a2f076831a1c /play/index.php
parent673dfd2bff70bdfc1489d6f8217c58e8e964cce2 (diff)
downloadampache-f24fa20acbd2d7ff7175dab391e75f743c634e87.tar.gz
ampache-f24fa20acbd2d7ff7175dab391e75f743c634e87.tar.bz2
ampache-f24fa20acbd2d7ff7175dab391e75f743c634e87.zip
I need to go to sleep Im dorking things up
Diffstat (limited to 'play/index.php')
-rw-r--r--play/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/play/index.php b/play/index.php
index a3ba5cd3..9b066665 100644
--- a/play/index.php
+++ b/play/index.php
@@ -256,7 +256,7 @@ while (!feof($fp) && (connection_status() == 0)) {
if ($bytesStreamed > $minBytesStreamed) {
$user->update_stats($song_id);
/* If this is a voting tmp playlist remove the entry */
- if (is_object($tmp_playlist) {
+ if (is_object($tmp_playlist)) {
if ($tmp_playlist->type == 'vote') {
$tmp_playlist->delete_track($song_id);
}