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

bridges: Return default values for getName and getURI

This commit is contained in:
logmanoriginal
2016-12-17 17:03:09 +01:00
parent d4fb02b0d0
commit f694023f7d
4 changed files with 20 additions and 10 deletions

View File

@@ -239,6 +239,7 @@ EOD;
case 'Get manga updates':
$path = $this->getInput('path');
break;
default: return parent::getURI();
}
return self::URI . $path;
}