mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix collabora tests to use correct class (Wopi) rather than parent
This commit is contained in:
parent
b1cb9c10ef
commit
6711e3a75f
@ -473,6 +473,7 @@ class SharingBase extends LoggedInTest
|
||||
}
|
||||
|
||||
// Setup for share to load
|
||||
$_GET['access_token'] = $share['share_token'];
|
||||
$_SERVER['REQUEST_URI'] = $link;
|
||||
preg_match('|^https?://[^/]+(/.*)share.php/'.$share['share_token'].'$|', $path_info=$_SERVER['REQUEST_URI'], $matches);
|
||||
$_SERVER['SCRIPT_NAME'] = $matches[1];
|
||||
|
Loading…
Reference in New Issue
Block a user