[Bridge] Remove duplicate definition of member variables

This commit is contained in:
logmanoriginal 2016-08-24 18:32:31 +02:00
parent 1e9edf49de
commit 07f664b2fa

View file

@ -338,10 +338,6 @@ class Bridge{
abstract class RssExpander extends HttpCachingBridgeAbstract{
public $name;
public $uri;
public $description;
public function collectExpandableDatas(array $param, $name){
if (empty($name)) {
$this->returnServerError('There is no $name for this RSS expander');