summaryrefslogtreecommitdiffstats
path: root/categories.php
diff options
context:
space:
mode:
Diffstat (limited to 'categories.php')
-rw-r--r--categories.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/categories.php b/categories.php
index 651eb58..0425ec1 100644
--- a/categories.php
+++ b/categories.php
@@ -51,7 +51,7 @@ else
echo "<td></td>";
echo "<td></td>";
echo "<td></td>";
- echo "<td><a href=\"categoryedit.php?add={$category->getId()}\">Add</a></td>";
+ echo "<td><a href=\"categoryedit.php?add\">Add</a></td>";
echo "</tr>";
}
?>