[Piwik-svn] r534 - trunk/modules
svnmaster at piwik.org
svnmaster at piwik.org
Fri Jun 27 01:46:52 CEST 2008
Author: matt
Date: 2008-06-27 01:46:51 +0200 (Fri, 27 Jun 2008)
New Revision: 534
Modified:
trunk/modules/Config.php
Log:
- needs slash at the beginning of path
Modified: trunk/modules/Config.php
===================================================================
--- trunk/modules/Config.php 2008-06-26 23:41:26 UTC (rev 533)
+++ trunk/modules/Config.php 2008-06-26 23:46:51 UTC (rev 534)
@@ -189,7 +189,7 @@
{
if($this->doWriteFileWhenUpdated)
{
- Piwik_FrontController::checkDirectoriesWritableOrDie(array( $this->getDefaultUserConfigPath()) );
+ Piwik_FrontController::checkDirectoriesWritableOrDie(array( '/'.$this->getDefaultUserConfigPath()) );
}
$enoughPermission = true;
}
More information about the Piwik-svn
mailing list