mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +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(){
|
||||
|
||||
switch($this->queriedcontext) {
|
||||
switch($this->queriedContext) {
|
||||
case 'single': $subreddits[] = $this->getInput('r'); break;
|
||||
case 'multi': $subreddits = explode(',', $this->getInput('rs')); break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user