mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[RedditBridge] Fix typo prevents bridge from working (#1383)
This commit is contained in:
parent
ba8c4623ed
commit
ad661c4c91
@ -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…
Reference in New Issue
Block a user