Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-10 20:36:22 +0300
committerBernhard Posselt <bep@foryouandyourcustomers.com>2016-08-10 20:36:22 +0300
commitfc1e804b23e66098dbf77a289e539a9ae9c999a1 (patch)
treebfd2c1804f6ee3375923df7efc981dae22d30ce1 /lib
parent9fadc6a3cbda54104cb6b798146b6e60e2e61ae6 (diff)
fix eplore feeds section
Diffstat (limited to 'lib')
-rw-r--r--lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 4c97172b5..ce366ecaa 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -49,7 +49,7 @@ class Application extends App {
$this->registerFileContents('info', '../../appinfo/info.xml');
// parameters
- $this->registerParameter('exploreDir', '../Explore/feeds');
+ $this->registerParameter('exploreDir', __DIR__ . '/../Explore/feeds');
$this->registerParameter('configFile', 'config.ini');
// factories