mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 01:32:15 +00:00
- public sharing refactored part 2
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user