1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 15:47:32 +02:00

[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');