summaryrefslogtreecommitdiffstats
path: root/explore/recommendedsites.php
diff options
context:
space:
mode:
Diffstat (limited to 'explore/recommendedsites.php')
-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
+}