mirror of https://github.com/jacekkow/uphpCAS

Jacek Kowalski
2015-09-03 165b178ee74d2d38ca3e7549a795df7cefdf9e8b
Remove unused parameter from getServiceUrl() method
1 files modified
2 ■■■ changed files
uphpCAS.php 2 ●●● patch | view | raw | blame | history
uphpCAS.php
@@ -67,7 +67,7 @@
        $this->serviceUrl = $serviceUrl;
    }
    
    public function getSessionName($sessionName) {
    public function getSessionName() {
        return $this->sessionName;
    }
    public function setSessionName($sessionName) {