diff --git a/README.md b/README.md index 0a5f6ace..25857a1f 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ https://gist.github.com/LogMANOriginal/da00cd1e5f0ca31cef8e193509b17fd8 * [b1nj](https://github.com/b1nj) * [benasse](https://github.com/benasse) * [Binnette](https://github.com/Binnette) +* [Bockiii](https://github.com/Bockiii) * [captn3m0](https://github.com/captn3m0) * [chemel](https://github.com/chemel) * [Chouchen](https://github.com/Chouchen) diff --git a/bridges/RedditBridge.php b/bridges/RedditBridge.php index fa55997a..e2404ba6 100644 --- a/bridges/RedditBridge.php +++ b/bridges/RedditBridge.php @@ -136,7 +136,8 @@ class RedditBridge extends BridgeAbstract { . ($user ? 'author%3A' : 'subreddit%3A') . $name . '&sort=' - . $this->getInput('d')) + . $this->getInput('d') + . '&include_over_18=on') or returnServerError('Unable to fetch posts!'); $decodedValues = json_decode($values);