summaryrefslogtreecommitdiffstats
path: root/admin/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/index.php')
-rwxr-xr-xadmin/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/index.php b/admin/index.php
index 3a9e259..43cd5af 100755
--- a/admin/index.php
+++ b/admin/index.php
@@ -17,7 +17,7 @@ if (is_file($config_file)) {
$Planet = new Planet($PlanetConfig);
//Load
-if (0 < $Planet->loadOpml(__DIR__ . '/../custom/people.opml')) {
+if (0 < $Planet->loadOpml($PlanetConfig->getOpmlFile())) {
$Planet->loadFeeds();
$items = $Planet->getItems();
}