diff options
Diffstat (limited to 'inc/auth/punbb.class.php')
-rw-r--r-- | inc/auth/punbb.class.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/auth/punbb.class.php b/inc/auth/punbb.class.php index fb9b905ff..7cef0d733 100644 --- a/inc/auth/punbb.class.php +++ b/inc/auth/punbb.class.php @@ -141,8 +141,8 @@ class auth_punbb extends auth_mysql { $USERINFO['grps'] = array($pun_user['g_title']); $_SERVER['REMOTE_USER'] = $pun_user['username']; - $_SESSION[$conf['title']]['auth']['user'] = $pun_user['username']; - $_SESSION[$conf['title']]['auth']['info'] = $USERINFO; + $_SESSION[DOKU_COOKIE]['auth']['user'] = $pun_user['username']; + $_SESSION[DOKU_COOKIE]['auth']['info'] = $USERINFO; return true; } |