mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Remove unneeded variable
This commit is contained in:
parent
09e40c4f84
commit
a2189e732e
@ -105,7 +105,7 @@ class Sharing
|
||||
$path_info = substr($path_info, strlen($_SERVER['SCRIPT_NAME']));
|
||||
list(, $token/*, $path*/) = preg_split('|[/?]|', $path_info, 3);
|
||||
|
||||
list($token, $pw_session) = explode(':', $token);
|
||||
list($token) = explode(':', $token);
|
||||
return $token;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user