summaryrefslogtreecommitdiff
path: root/app/controllers/feedController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/feedController.php')
-rwxr-xr-xapp/controllers/feedController.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/feedController.php b/app/controllers/feedController.php
index d810296b0..f84a952ed 100755
--- a/app/controllers/feedController.php
+++ b/app/controllers/feedController.php
@@ -300,8 +300,6 @@ class feedController extends ActionController {
$i = 0;
foreach ($feeds as $feed) {
try {
- $feed->load ();
-
$values = array (
'id' => $feed->id (),
'url' => $feed->url (),