Skip to content

Commit

Permalink
Using tabs instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tampe125 committed Dec 23, 2015
1 parent 5da4af4 commit 9af45e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/joomla/session/session.php
Expand Up @@ -106,8 +106,8 @@ class JSession implements IteratorAggregate
*/
public function __construct($store = 'none', array $options = array())
{
// Initialize the data variable, let's avoid fatal error if the session is not corretly started (ie in CLI).
$this->data = new \Joomla\Registry\Registry;
// Initialize the data variable, let's avoid fatal error if the session is not corretly started (ie in CLI).
$this->data = new \Joomla\Registry\Registry;

// Need to destroy any existing sessions started with session.auto_start
if (session_id())
Expand Down

0 comments on commit 9af45e6

Please sign in to comment.