mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-05 03:25:32 +00:00
A few more path fixes
This commit is contained in:
@ -947,8 +947,7 @@ class AssetsController extends Controller
|
||||
return Redirect::route('hardware')->with('error', trans('admin/hardware/message.does_not_exist'));
|
||||
}
|
||||
|
||||
// the asset is valid
|
||||
$destinationPath = config('app.private_uploads').'/imports/assets';
|
||||
$destinationPath = config('app.private_uploads').'/assets';
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user