Skip to content

Commit

Permalink
Update GraphComponent.php
Browse files Browse the repository at this point in the history
  • Loading branch information
akkaweb authored May 30, 2017
1 parent a759b4a commit c2d6088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controller/Component/GraphComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c2d6088

Please sign in to comment.