From adad6ca280f2284a0ea4a1c41c8adea4ae1b141a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 27 Aug 2015 13:27:29 +0200 Subject: clean up app container --- explore/recommendedsites.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'explore') 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 +} -- cgit v1.2.3