summaryrefslogtreecommitdiffstats
path: root/atom.php
diff options
context:
space:
mode:
Diffstat (limited to 'atom.php')
-rw-r--r--atom.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/atom.php b/atom.php
index 59be240..3bb3bdf 100644
--- a/atom.php
+++ b/atom.php
@@ -2,7 +2,7 @@
include_once(__DIR__.'/app/app.php');
include_once(__DIR__.'/app/classes/Cache.php');
-if ($Planet->loadOpml(__DIR__.'/custom/people.opml') == 0) {
+if ($Planet->loadOpml($PlanetConfig->getOpmlFile()) == 0) {
exit;
}