aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-11-14 13:38:49 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-11-14 13:38:49 +0000
commit5c46cd16fa3888f006cee48db8fc49463002b44b (patch)
treef427acafc146d1779670f9cbacbcde595c0a923a /engine
parentcca93b954711e1729e3c43ed1eca25b1516ba8fa (diff)
downloadelgg-5c46cd16fa3888f006cee48db8fc49463002b44b.tar.gz
elgg-5c46cd16fa3888f006cee48db8fc49463002b44b.tar.bz2
git-svn-id: https://code.elgg.org/elgg/trunk@2449 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/sessions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/sessions.php b/engine/lib/sessions.php
index dee5cd4a9..b7d0ce90f 100644
--- a/engine/lib/sessions.php
+++ b/engine/lib/sessions.php
@@ -52,7 +52,7 @@
ElggSession::$__localcache = array();
if (isset($_SESSION[$key]))
- return $_SESSION[$key];
+ return $_SESSION[$key];
if (isset(ElggSession::$__localcache[$key]))
return ElggSession::$__localcache[$key];