summaryrefslogtreecommitdiff
path: root/include/functions2.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/functions2.php')
-rw-r--r--include/functions2.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions2.php b/include/functions2.php
index b8900e78b..7ebf4a0cf 100644
--- a/include/functions2.php
+++ b/include/functions2.php
@@ -681,7 +681,7 @@
$last_error = db_fetch_result($result, 0, "last_error");
$last_updated = db_fetch_result($result, 0, "last_updated");
} else {
- $feed_title = getFeedTitle($feed);
+ $feed_title = Feeds::getFeedTitle($feed);
}
}
}