1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-03 23:27:32 +02:00

[BridgeAbstract] Remove $this->update

LogMANOriginal
2016-08-22 19:21:11 +02:00
parent fdd2fa34d4
commit 19243279c9

@@ -23,7 +23,6 @@ $this->maintainer // Name of the maintainer
$this->name // Name of the bridge
$this->uri // URI to the target website of the bridge ("http://....")
$this->description // A brief description of the bridge
$this->update // Date of last change in format "yyyy-mm-dd"
$this->parameters // (optional) Definition of additional parameters
```
@@ -240,7 +239,6 @@ class MySiteBridge extends BridgeAbstract{
$this->uri = '';
$this->description = 'No description provided';
$this->parameters = array();
$this->update = ``;
}
public function collectData(array $params){