diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 19:10:14 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 19:10:14 -0500 |
commit | d90a057aba60810640d95d135e08d802fda7a04f (patch) | |
tree | 990b7908d205a985ee2ccb1e3be325f990610d26 /lib/class/catalog.class.php | |
parent | d87c539500899c62b6db5f8c33d257fd3ece28d5 (diff) | |
download | ampache-d90a057aba60810640d95d135e08d802fda7a04f.tar.gz ampache-d90a057aba60810640d95d135e08d802fda7a04f.tar.bz2 ampache-d90a057aba60810640d95d135e08d802fda7a04f.zip |
Clean up outdated comment
Diffstat (limited to 'lib/class/catalog.class.php')
-rw-r--r-- | lib/class/catalog.class.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php index 6380ffd2..18d459c1 100644 --- a/lib/class/catalog.class.php +++ b/lib/class/catalog.class.php @@ -552,8 +552,7 @@ class Catalog extends database_object { /* If it's not a dir let's roll with it * next we need to build the pattern that we will use - * to detect if it's a audio file for now the source for - * this is in the /modules/init.php file + * to detect if it's an audio file */ $pattern = "/\.(" . Config::get('catalog_file_pattern'); if ($options['parse_m3u']) { |