summaryrefslogtreecommitdiff
path: root/providers/HtmlFeed.php
diff options
context:
space:
mode:
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'));
}