From 87c71d558d0f3fb8c59d442f304f8fd336f3da7e Mon Sep 17 00:00:00 2001 From: nashe Date: Tue, 2 Jan 2018 19:08:15 +0100 Subject: Remove unnecessary calls to Spyc --- admin/subscriptions.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/admin/subscriptions.php b/admin/subscriptions.php index f8e4c2c..f63af8f 100755 --- a/admin/subscriptions.php +++ b/admin/subscriptions.php @@ -9,13 +9,11 @@ function removeSlashes(&$item, $key){ if (isset($_POST['opml']) || isset($_POST['add'])) { - // Load config and old OPML - $conf = Spyc::YAMLLoad(__DIR__.'/../custom/config.yml'); - $PlanetConfig = new PlanetConfig($conf); + // Load old OPML + $oldOpml = OpmlManager::load(__DIR__.'/../custom/people.opml'); if ($PlanetConfig->getName() === '') { $PlanetConfig->setName($oldOpml->getTitle()); } - $oldOpml = OpmlManager::load(__DIR__.'/../custom/people.opml'); $newOpml = new opml(); $newOpml->title = $PlanetConfig->getName(); -- cgit v1.2.1