summaryrefslogtreecommitdiffstats
path: root/app/classes/Planet.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/classes/Planet.class.php')
-rw-r--r--app/classes/Planet.class.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/classes/Planet.class.php b/app/classes/Planet.class.php
index 81a71fe..c5823e1 100644
--- a/app/classes/Planet.class.php
+++ b/app/classes/Planet.class.php
@@ -110,7 +110,6 @@ class Planet
public function loadFeeds()
{
foreach ($this->people as $feed) {
- $feed->set_timeout(-1);
$feed->init();
$this->items = array_merge($this->items, $feed->get_items());
}