diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-26 04:32:08 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-26 04:32:08 +0000 |
commit | 97c78343ae899e59226ecbeb88dc4805b5ddc751 (patch) | |
tree | 500c4e90ddfe0c245cb7b30050d59fa1de6488e8 /lib/class/vainfo.class.php | |
parent | 00417ad9658bd68f347f45e1ef8c5327fed95648 (diff) | |
download | ampache-97c78343ae899e59226ecbeb88dc4805b5ddc751.tar.gz ampache-97c78343ae899e59226ecbeb88dc4805b5ddc751.tar.bz2 ampache-97c78343ae899e59226ecbeb88dc4805b5ddc751.zip |
two file pattern fixes and some more work on the flagged stuff as well as some minor cleanup on the album art links
Diffstat (limited to 'lib/class/vainfo.class.php')
-rw-r--r-- | lib/class/vainfo.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/vainfo.class.php b/lib/class/vainfo.class.php index 5a595f2b..e83310e8 100644 --- a/lib/class/vainfo.class.php +++ b/lib/class/vainfo.class.php @@ -181,7 +181,7 @@ class vainfo { * any tags to look at */ if (!is_array($this->_raw['tags'])) { - return false; + return $results; } /* The tags can come in many different shapes and colors |