diff options
| author | 2013-12-28 00:31:52 +0100 | |
|---|---|---|
| committer | 2013-12-28 00:31:52 +0100 | |
| commit | 2063f967c63cab8bed30c8db44490a6531d4cb5d (patch) | |
| tree | 7d5945d204f835b938ab6574841e34c9b60541b2 /app/Controllers | |
| parent | 3273fee15e8d944debfaafd025c67c2ac514905d (diff) | |
Création de lib_opml pour alléger lib_rss
Et suppression de fonctions inutilisées
Diffstat (limited to 'app/Controllers')
| -rwxr-xr-x | app/Controllers/configureController.php | 1 |
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 (); |
