forked from extern/egroupware
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']));
|
$path_info = substr($path_info, strlen($_SERVER['SCRIPT_NAME']));
|
||||||
list(, $token/*, $path*/) = preg_split('|[/?]|', $path_info, 3);
|
list(, $token/*, $path*/) = preg_split('|[/?]|', $path_info, 3);
|
||||||
|
|
||||||
list($token, $pw_session) = explode(':', $token);
|
list($token) = explode(':', $token);
|
||||||
return $token;
|
return $token;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user