summaryrefslogtreecommitdiffstats
path: root/categories.php
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-18 13:03:07 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-18 13:03:07 +0200
commit0d242ad6d8e394850c85167c069afce74e474ac5 (patch)
tree1521ef30be303017262692d9f7d0c0988a27bf8b /categories.php
parent3ef8e663013183aea1e840d92a609c31abb5ca17 (diff)
downloadCatalog-0d242ad6d8e394850c85167c069afce74e474ac5.tar.gz
Catalog-0d242ad6d8e394850c85167c069afce74e474ac5.zip
Get rid of an unset id that is assigned to add
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>";
}
?>