Skip to content

Commit

Permalink
Update native.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 committed Nov 12, 2014
1 parent d173799 commit 9eeb522
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libraries/joomla/session/handler/native.php
Expand Up @@ -20,7 +20,6 @@ class JSessionHandlerNative implements JSessionHandlerInterface
* Has the session been started
*
* @var boolean
*
* @since 3.4
*/
private $started;
Expand All @@ -29,7 +28,6 @@ class JSessionHandlerNative implements JSessionHandlerInterface
* Has the session been closed
*
* @var boolean
*
* @since 3.4
*/
private $closed;
Expand Down Expand Up @@ -190,7 +188,7 @@ public function regenerate($destroy = false, $lifetime = null)
*
* @since 3.4
*
* @throws RuntimeException If the session is saved without being started, or if the session
* @throws RuntimeException If the session is saved without being started, or if the session
* is already closed.
*
* @see session_write_close()
Expand Down

0 comments on commit 9eeb522

Please sign in to comment.