From f27dc1204264591598e3b16386afb4c5cc7895e1 Mon Sep 17 00:00:00 2001 From: Anadrark Date: Fri, 20 Dec 2013 05:59:47 +0100 Subject: [PATCH] Update BandcampBridge.php --- bridges/BandcampBridge.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridges/BandcampBridge.php b/bridges/BandcampBridge.php index b2782944..bb102c25 100644 --- a/bridges/BandcampBridge.php +++ b/bridges/BandcampBridge.php @@ -12,7 +12,7 @@ class BandcampBridge extends BridgeAbstract{ public function collectData(array $param){ $html = ''; - if (isset($param['tag'])) { /* keyword search mode */ + if (isset($param['tag'])) { $this->request = $param['tag']; $html = file_get_html('http://bandcamp.com/tag/'.urlencode($this->request).'?sort_field=date') or $this->returnError('No results for this query.', 404); }