[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
Reference in a new issue