- public sharing refactored part 2

This commit is contained in:
Peter Papp
2021-03-19 09:04:18 +01:00
parent db9900fcfb
commit ed8ab2978f
22 changed files with 1296 additions and 1190 deletions

View File

@@ -317,7 +317,7 @@ class HelperService
abort(403, $abort_message);
}
// Check if share record was authenticated previously via ServeSharedController@authenticate
// Check if share record was authenticated previously via ShareController@authenticate
if (!$share_session->authenticated) {
abort(403, $abort_message);
}