From 165b178ee74d2d38ca3e7549a795df7cefdf9e8b Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Thu, 03 Sep 2015 21:09:26 +0000
Subject: [PATCH] Remove unused parameter from getServiceUrl() method
---
uphpCAS.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/uphpCAS.php b/uphpCAS.php
index e1276bb..e14b20c 100644
--- a/uphpCAS.php
+++ b/uphpCAS.php
@@ -67,7 +67,7 @@
$this->serviceUrl = $serviceUrl;
}
- public function getSessionName($sessionName) {
+ public function getSessionName() {
return $this->sessionName;
}
public function setSessionName($sessionName) {
--
Gitblit v1.9.1