From 330680747c70d49ae44daad96e28459c57794799 Mon Sep 17 00:00:00 2001 From: maximebf Date: Tue, 11 Jun 2013 10:44:13 +0800 Subject: [PATCH] typo in the docs --- docs/session.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/session.md b/docs/session.md index 7613883..75ede52 100644 --- a/docs/session.md +++ b/docs/session.md @@ -16,7 +16,7 @@ using *autoload* in the plugin's configuration. The session is available as the *session* key in the global store. Of course, it still remains available as the `$_SESSION` super-global variable. - echo Atomik::get('session/username'); + echo Atomik::get('session.username'); ## Flash messages