summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/SessionHandlerPHP.php
diff options
context:
space:
mode:
authorJaime Pérez <jaime.perez@uninett.no>2016-07-02 17:13:40 +0200
committerJaime Pérez <jaime.perez@uninett.no>2016-07-02 17:13:40 +0200
commit271be82c104fd3b13333c9f89c2dbed38f124c9a (patch)
tree3f6ee5f82404f2146bebb2742832467ae5e09e93 /lib/SimpleSAML/SessionHandlerPHP.php
parent918dcd1630438d1ae72e4f284faaff166359ec5f (diff)
downloadsimplesamlphp-271be82c104fd3b13333c9f89c2dbed38f124c9a.zip
simplesamlphp-271be82c104fd3b13333c9f89c2dbed38f124c9a.tar.gz
simplesamlphp-271be82c104fd3b13333c9f89c2dbed38f124c9a.tar.bz2
Fix indentation.
Diffstat (limited to 'lib/SimpleSAML/SessionHandlerPHP.php')
-rw-r--r--lib/SimpleSAML/SessionHandlerPHP.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/SessionHandlerPHP.php b/lib/SimpleSAML/SessionHandlerPHP.php
index dd689d0..6907938 100644
--- a/lib/SimpleSAML/SessionHandlerPHP.php
+++ b/lib/SimpleSAML/SessionHandlerPHP.php
@@ -208,7 +208,7 @@ class SimpleSAML_SessionHandlerPHP extends SimpleSAML_SessionHandler
throw new SimpleSAML_Error_Exception('Session start with secure cookie not allowed on http.');
}
- $this->sessionStart();
+ $this->sessionStart();
return session_id();
}