summaryrefslogtreecommitdiffstats
path: root/products.php
diff options
context:
space:
mode:
Diffstat (limited to 'products.php')
-rw-r--r--products.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/products.php b/products.php
index 9f4f6b0..6e4d2bd 100644
--- a/products.php
+++ b/products.php
@@ -65,7 +65,7 @@ if(isset($username))
echo "<td></td>";
echo "<td></td>";
echo "<td></td>";
- echo "<td><a href=\"productedit.php?add={$category->getId()}&catid={$id}\">Add</a></td>";
+ echo "<td><a href=\"productedit.php?add&catid={$id}\">Add</a></td>";
echo "</tr>";
}
?>