mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 20:24:56 +02:00
[RedditBridge] Fix typo prevents bridge from working (#1383)
This commit is contained in:
parent
ba8c4623ed
commit
ad661c4c91
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class RedditBridge extends FeedExpander {
|
||||||
|
|
||||||
public function collectData(){
|
public function collectData(){
|
||||||
|
|
||||||
switch($this->queriedcontext) {
|
switch($this->queriedContext) {
|
||||||
case 'single': $subreddits[] = $this->getInput('r'); break;
|
case 'single': $subreddits[] = $this->getInput('r'); break;
|
||||||
case 'multi': $subreddits = explode(',', $this->getInput('rs')); break;
|
case 'multi': $subreddits = explode(',', $this->getInput('rs')); break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue