Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
typos in phpCAS lib
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@fiducial.net>
  • Loading branch information
Etienne CHAMPETIER committed Dec 3, 2013
1 parent c7d7ae7 commit 5fb1ce8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/plugins/auth.cas/CAS/Client.php
Expand Up @@ -838,12 +838,12 @@ public function __construct(

private function setStartSession($session)
{
$this->_start_session = session;
$this->_start_session = $session;
}

public function getStartSession($session)
public function getStartSession()
{
$this->_start_session = session;
return $this->_start_session;
}

/** @} */
Expand Down

0 comments on commit 5fb1ce8

Please sign in to comment.