Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-02 11:13:16 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-07-02 11:13:16 +0400
commit8ea20ac71b072bbd01db0b6f2e426dcac88cb959 (patch)
treef6aefc8b53ed6db728a7564d7893937c397d5741
parentfc13a82b5b25baf8712dedf16ee0992cddbbb938 (diff)
- fixing bug at installation
-rwxr-xr-xmodules/Config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/Config.php b/modules/Config.php
index c515e3859e..f768eb139b 100755
--- a/modules/Config.php
+++ b/modules/Config.php
@@ -189,7 +189,7 @@ class Piwik_Config
{
if($this->doWriteFileWhenUpdated)
{
- Piwik_FrontController::checkDirectoriesWritableOrDie(array( '/'.$this->getDefaultUserConfigPath()) );
+ Piwik_FrontController::checkDirectoriesWritableOrDie( array('/config') );
}
$enoughPermission = true;
}