From c2d6088c28648aec0d22d82982bd334a65bcc56a Mon Sep 17 00:00:00 2001 From: AKKAWEB Date: Tue, 30 May 2017 14:14:12 -0400 Subject: [PATCH] Update GraphComponent.php --- src/Controller/Component/GraphComponent.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Controller/Component/GraphComponent.php b/src/Controller/Component/GraphComponent.php index c6a459c..6ba32ea 100644 --- a/src/Controller/Component/GraphComponent.php +++ b/src/Controller/Component/GraphComponent.php @@ -215,9 +215,9 @@ public function initialize(array $config) { /** * Start session if not already started */ - /*if ($this->isSessionStarted() === FALSE) { + if (!$this->Session->started()) { $this->Session->start(); - }*/ + } /** * Attach Facebook Graph Helper