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:
authorrobocoder <anthon.pang@gmail.com>2011-01-18 00:05:00 +0300
committerrobocoder <anthon.pang@gmail.com>2011-01-18 00:05:00 +0300
commit173de57bb8fcbd7049d9d29a8bf83bc5a52e03fc (patch)
treed0952f68d6fdeaaefac9357b83bd986b1d77ac05 /core/Session.php
parentd1cc0d49a85570d6c801fb343b64e8e000b7a413 (diff)
refs #1284 - use mkdir wrapper
git-svn-id: http://dev.piwik.org/svn/trunk@3770 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Session.php')
-rw-r--r--core/Session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Session.php b/core/Session.php
index 14ecee1f80..0052f85618 100644
--- a/core/Session.php
+++ b/core/Session.php
@@ -70,7 +70,7 @@ class Piwik_Session extends Zend_Session
if(!is_dir($sessionPath))
{
- @mkdir($sessionPath, 0755, true);
+ Piwik_Common::mkdir($sessionPath, 0755, true);
if(!is_dir($sessionPath))
{
// Unable to mkdir $sessionPath