diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-09 00:20:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2009-03-09 00:20:22 +0000 |
commit | 98f41161aa63d82710bf1a8278bb7443dcfea8c6 (patch) | |
tree | d726a1433c6969b64c14e73a3bebf487c9a1d92a /lib/class/browse.class.php | |
parent | d57f9e904eca2351b4cb6fffee0c25654fd64c1d (diff) | |
download | ampache-98f41161aa63d82710bf1a8278bb7443dcfea8c6.tar.gz ampache-98f41161aa63d82710bf1a8278bb7443dcfea8c6.tar.bz2 ampache-98f41161aa63d82710bf1a8278bb7443dcfea8c6.zip |
fix a problem with single album display, also make the democratic play votes ordered by track as secondary to vote time()
Diffstat (limited to 'lib/class/browse.class.php')
-rw-r--r-- | lib/class/browse.class.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php index ba586221..99fd42da 100644 --- a/lib/class/browse.class.php +++ b/lib/class/browse.class.php @@ -81,6 +81,16 @@ class Browse { } // reset /** + * reset_filters + * This calles the filter reseting + */ + public static function reset_filters() { + + Query::reset_filters(); + + } // reset_filters + + /** * get_filter * returns the specified filter value */ |