summaryrefslogtreecommitdiff
path: root/app/Controllers/configureController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-28 00:31:52 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-28 00:31:52 +0100
commit2063f967c63cab8bed30c8db44490a6531d4cb5d (patch)
tree7d5945d204f835b938ab6574841e34c9b60541b2 /app/Controllers/configureController.php
parent3273fee15e8d944debfaafd025c67c2ac514905d (diff)
Création de lib_opml pour alléger lib_rss
Et suppression de fonctions inutilisées
Diffstat (limited to 'app/Controllers/configureController.php')
-rwxr-xr-xapp/Controllers/configureController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/configureController.php b/app/Controllers/configureController.php
index 5fa686ccc..487f6e4ad 100755
--- a/app/Controllers/configureController.php
+++ b/app/Controllers/configureController.php
@@ -283,6 +283,7 @@ class FreshRSS_configure_Controller extends Minz_ActionController {
}
public function importExportAction () {
+ require_once(LIB_PATH . '/lib_opml.php');
$catDAO = new FreshRSS_CategoryDAO ();
$this->view->categories = $catDAO->listCategories ();