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-04-03 23:31:58 +0400
committerrobocoder <anthon.pang@gmail.com>2011-04-03 23:31:58 +0400
commit1f51cb30a868ae1242d2e06a198ff1d33da3d27f (patch)
treea09226cf293bd14ed94d89eaddd60f42154288c3 /core/Session
parente66a1f73b2687984685c335ca2c7b5d10ffe4893 (diff)
refs #2256
git-svn-id: http://dev.piwik.org/svn/trunk@4297 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Session')
-rw-r--r--core/Session/Namespace.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Session/Namespace.php b/core/Session/Namespace.php
index 919928298d..2393508048 100644
--- a/core/Session/Namespace.php
+++ b/core/Session/Namespace.php
@@ -14,6 +14,7 @@
* Session namespace.
*
* @package Piwik
+ * @subpackage Piwik_Session
*/
class Piwik_Session_Namespace extends Zend_Session_Namespace
{