Add new StorageHelper and use it where it makes sense (#9276)
This commit is contained in:
committed by
GitHub
parent
3fc24b4e61
commit
c7626f8387
@@ -117,7 +117,7 @@ class UserFilesController extends Controller
|
||||
|
||||
$log = Actionlog::find($fileId);
|
||||
$file = $log->get_src('users');
|
||||
return Response::download($file);
|
||||
return Response::download($file); //FIXME this doesn't use the new StorageHelper yet, but it's complicated...
|
||||
}
|
||||
// Prepare the error message
|
||||
$error = trans('admin/users/message.user_not_found', ['id' => $userId]);
|
||||
|
||||
Reference in New Issue
Block a user