summaryrefslogtreecommitdiff
path: root/providers/HtmlFeed.php
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-01-31 23:34:26 +0100
committeremkael <emkael@tlen.pl>2019-01-31 23:34:26 +0100
commit56fdc48532b17edc7a835388eef4b7cfafbe5b8f (patch)
tree37301267d3c1574e7225d84e81c298ee5ce13996 /providers/HtmlFeed.php
parent5cd43d99b6e9f8006956a4a79f48b38180dae73b (diff)
Facebook is so retarded, you need to impersonate Firefox to get anything
Diffstat (limited to 'providers/HtmlFeed.php')
-rw-r--r--providers/HtmlFeed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/HtmlFeed.php b/providers/HtmlFeed.php
index 64d6259..8543444 100644
--- a/providers/HtmlFeed.php
+++ b/providers/HtmlFeed.php
@@ -9,7 +9,7 @@ abstract class HtmlFeed extends \Providers\XmlFeed {
private $_encoding;
- private function __getUserAgent() {
+ protected function __getUserAgent() {
return trim(file_get_contents('../config/user-agent'));
}