From 809d3ed9d8e245ffdb5a677f8f22bb4ba2810330 Mon Sep 17 00:00:00 2001 From: conory Date: Fri, 18 Dec 2015 21:41:25 +0900 Subject: [PATCH] =?UTF-8?q?Revert=20"Context=20public=20static=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 4108c41aad8e771bd774b3267da304f1f46a9a16. --- classes/context/Context.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index e449c83b9..9454754ae 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -454,7 +454,7 @@ class Context * * @return bool */ - public static function getSessionStatus() + function getSessionStatus() { return (session_id() !== ''); } @@ -464,7 +464,7 @@ class Context * * @return void */ - public static function checkSessionStatus($force_start = false) + function checkSessionStatus($force_start = false) { is_a($this, 'Context') ? $self = $this : $self = self::getInstance(); @@ -496,7 +496,7 @@ class Context * * @return void */ - public static function setCacheControl($ttl = 0, $public = true) + function setCacheControl($ttl = 0, $public = true) { if($ttl == 0) {