diff options
Diffstat (limited to 'lib/config.php')
-rw-r--r-- | lib/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config.php b/lib/config.php index c01cb4e152f..b03302ef09d 100644 --- a/lib/config.php +++ b/lib/config.php @@ -49,6 +49,9 @@ class Config { protected $debugMode; + /** + * @param $configDir path to the config dir, needs to end with '/' + */ public function __construct($configDir) { $this->configDir = $configDir; $this->configFilename = $this->configDir.'config.php'; |