aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'php/admin/locations.php')
-rw-r--r--php/admin/locations.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/admin/locations.php b/php/admin/locations.php
index e868d1a..138cff1 100644
--- a/php/admin/locations.php
+++ b/php/admin/locations.php
@@ -92,9 +92,9 @@ form_end();
echo '<h2>Add a Location</h2>';
form_start();
+$posts = ['product_id' => '','os_id' =>'', 'location_path' => ''];
include_once(INC.'/forms/location.php');
form_submit('add-submit','','button1','Add Location');
form_end();
require_once(FOOTER);
-?>