1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 16:46:30 +02:00

Checking if the parameter mode has a name, same for exampleValue.

Change the default bridge name.

Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
teromene
2015-11-05 15:49:55 +00:00
parent ca2f6f425d
commit 2b54377148
2 changed files with 6 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ abstract class BridgeAbstract implements BridgeInterface{
protected $cache;
protected $items = array();
public $name = "Bridge sans nom";
public $name = "Unnamed bridge";
public $uri = "";
public $description = 'No description provided';
public $maintainer = 'No maintainer';