From efc3dd429df552521ee0c053d14fff222d1e2471 Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 18 Jan 2013 23:33:46 +0200 Subject: [PATCH] Monstra Security: updates --- engine/Security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Security.php b/engine/Security.php index de0cfff..6034abc 100644 --- a/engine/Security.php +++ b/engine/Security.php @@ -22,7 +22,7 @@ class Security * * @var string */ - public static $token_name = 'security_token'; + protected static $token_name = 'security_token'; /** * Protected constructor since this is a static class.