diff --git a/src/IDF/Tag.php b/src/IDF/Tag.php index e3ecba5..7b6349e 100644 --- a/src/IDF/Tag.php +++ b/src/IDF/Tag.php @@ -156,6 +156,7 @@ class IDF_Tag extends Pluf_Model $tag = new IDF_Tag(); $tag->name = $name; $tag->class = $class; + $tag->project = null; $tag->create(); return $tag; }