diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-06-03 06:48:03 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-06-03 06:48:03 +0000 |
commit | f106ce0683c593a6cee40d056809dee10399a234 (patch) | |
tree | 34773385e38a74ba60a733b16eb25e0a44de444e /lib/class/shoutbox.class.php | |
parent | 843d942fbcba7345505b2cea74ad2e4e84509cc1 (diff) | |
download | ampache-f106ce0683c593a6cee40d056809dee10399a234.tar.gz ampache-f106ce0683c593a6cee40d056809dee10399a234.tar.bz2 ampache-f106ce0683c593a6cee40d056809dee10399a234.zip |
correct an error if you select an invalid object for the shoutbox
Diffstat (limited to 'lib/class/shoutbox.class.php')
-rw-r--r-- | lib/class/shoutbox.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/shoutbox.class.php b/lib/class/shoutbox.class.php index 9e4eafd6..d8db9a36 100644 --- a/lib/class/shoutbox.class.php +++ b/lib/class/shoutbox.class.php @@ -1,7 +1,7 @@ <?php /* - Copyright (c) 2001 - 2007 Ampache.org + Copyright (c) Ampache.org All rights reserved. This program is free software; you can redistribute it and/or |