summaryrefslogtreecommitdiffstats
path: root/explore
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-23 15:28:50 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-23 15:28:58 +0100
commit4dc780ea2081e2744db32400c4c00f5e85f1898a (patch)
tree94ce2a1f30cc4624a33c8c10f56aefd689fd7e03 /explore
parent4f252777014a7fb42d7194dd250e40e40036589a (diff)
rename sites file and move to subdirectory
Diffstat (limited to 'explore')
-rw-r--r--explore/feeds/feeds.en.json (renamed from explore/sites.en.json)0
-rw-r--r--explore/recommendedsites.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/explore/sites.en.json b/explore/feeds/feeds.en.json
index 4ad6729de..4ad6729de 100644
--- a/explore/sites.en.json
+++ b/explore/feeds/feeds.en.json
diff --git a/explore/recommendedsites.php b/explore/recommendedsites.php
index d83b5f79c..ecde817cd 100644
--- a/explore/recommendedsites.php
+++ b/explore/recommendedsites.php
@@ -27,7 +27,7 @@ class RecommendedSites {
public function forLanguage($languageCode) {
- $file = $this->directory . '/sites.' . $languageCode . '.json';
+ $file = $this->directory . '/feeds.' . $languageCode . '.json';
if (file_exists($file)) {
return json_decode(file_get_contents($file), true);