A few more path fixes

This commit is contained in:
snipe
2016-03-25 17:20:28 -07:00
parent e60bda0563
commit 95e2825716
4 changed files with 235 additions and 129 deletions
+1 -2
View File
@@ -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';