summaryrefslogtreecommitdiffstats
path: root/explore
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-27 13:27:29 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-27 13:27:29 +0200
commitadad6ca280f2284a0ea4a1c41c8adea4ae1b141a (patch)
treef9f6d05832b4b57c6c07837c6e988f71dd04954a /explore
parentc88b300bad389fd0ddb888111a8bc56f71782d3c (diff)
clean up app container
Diffstat (limited to 'explore')
-rw-r--r--explore/recommendedsites.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/explore/recommendedsites.php b/explore/recommendedsites.php
index 7d63a8c60..bb9d31b6a 100644
--- a/explore/recommendedsites.php
+++ b/explore/recommendedsites.php
@@ -21,8 +21,8 @@ class RecommendedSites {
* @param string $directory the absolute path to where the recommendation
* config files lie without a trailing slash
*/
- public function __construct($directory) {
- $this->directory = $directory;
+ public function __construct($exploreDir) {
+ $this->directory = $exploreDir;
}
@@ -42,4 +42,4 @@ class RecommendedSites {
}
-} \ No newline at end of file
+}