Skip to content

Commit

Permalink
Update SocialFeedProviderFacebook.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancox committed Jan 8, 2019
1 parent c3f716b commit cd34997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/SocialFeedProviderFacebook.php
Expand Up @@ -91,7 +91,7 @@ public function getFeedUncached()
$providerOptions['proxy'] = sprintf('%s:%s', \SilverStripe\Core\Environment::getEnv('SS_OUTBOUND_PROXY'), \SilverStripe\Core\Environment::getEnv('SS_OUTBOUND_PROXY_PORT'));
}

if (isset($_GET['feedtest']) {
if (isset($_GET['feedtest'])) {
info($providerOptions);
die;
}
Expand Down

0 comments on commit cd34997

Please sign in to comment.