Change WhydBridge.php

This commit is contained in:
Damien Calesse 2014-07-18 13:31:40 +02:00
parent fd7b39eaea
commit ecd81dfed0

View file

@ -41,7 +41,7 @@ class WhydBridge extends BridgeAbstract{
} }
} }
public function getName(){ public function getName(){
return (!empty($this->name) ? $this->name .' - ' : '') .'Soundcloud Bridge'; return (!empty($this->name) ? $this->name .' - ' : '') .'Whyd Bridge';
} }
public function getURI(){ public function getURI(){