There was an error while loading. Please reload this page.
2 parents 9159809 + df2132c commit 3376e87Copy full SHA for 3376e87
1 file changed
apps/dav/lib/Migration/RemoveClassifiedEventActivity.php
@@ -127,6 +127,6 @@ protected function removeConfidentialUncensoredEventActivity(): int {
127
128
protected function getPrincipal(string $principalUri): string {
129
$uri = explode('/', $principalUri);
130
- return $uri[2];
+ return array_pop($uri);
131
}
132
0 commit comments