From 4b81be468951f7246c7580e260f21c0ca4f7fa10 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Tue, 9 Aug 2022 05:23:40 +1000 Subject: [PATCH] Update insertasset.blade.php --- resources/views/client/insertasset.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/client/insertasset.blade.php b/resources/views/client/insertasset.blade.php index 339788d..945ad75 100644 --- a/resources/views/client/insertasset.blade.php +++ b/resources/views/client/insertasset.blade.php @@ -1,6 +1,6 @@ @php //header("location:" . $file); - if(isset($_GET['nswts'])){ + if(isset($_GET['nsets'])){ $nsets = (int)$_GET["nsets"]; } else { $nsets = 0;