mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-04 21:29:45 +02:00
Fix collabora tests to use correct class (Wopi) rather than parent
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user