--- a/Model/Category.php Thu Mar 01 18:44:24 2012 +0100
+++ b/Model/Category.php Fri Mar 02 16:50:38 2012 +0100
@@ -34,6 +34,17 @@
return $this->id;
}
+
+ /**
+ * Set id
+ *
+ * @param integer $id
+ */
+ function setId($id)
+ {
+ $this->id = $id;
+ }
+
/**
* Set label
*