Skip to content

Commit

Permalink
Opml export unused feedManager removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Jul 16, 2023
1 parent 2ae9da0 commit fa839a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Opml.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ class Opml {
* Met à jour les données des flux.
*/
protected function update() {
global $feedManager, $folderManager;
$this->feeds = $feedManager->populate('name');
global $folderManager;
$this->folders = $folderManager->loadAll(array('parent'=>-1),'name');
}

Expand Down

0 comments on commit fa839a2

Please sign in to comment.