aboutsummaryrefslogtreecommitdiff
path: root/app/Services/ExportService.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Services/ExportService.php')
-rw-r--r--app/Services/ExportService.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Services/ExportService.php b/app/Services/ExportService.php
index ad0f5f5a8..2f35666a8 100644
--- a/app/Services/ExportService.php
+++ b/app/Services/ExportService.php
@@ -43,8 +43,6 @@ class FreshRSS_Export_Service {
* @return array First item is the filename, second item is the content
*/
public function generateOpml() {
- require_once(LIB_PATH . '/lib_opml.php');
-
$view = new FreshRSS_View();
$day = date('Y-m-d');
$view->categories = $this->category_dao->listCategories(true, true);