diff --git a/src/IDF/Project.php b/src/IDF/Project.php index 3121bf0..8de0637 100644 --- a/src/IDF/Project.php +++ b/src/IDF/Project.php @@ -309,7 +309,7 @@ class IDF_Project extends Pluf_Model $tag->nb_use = $idc['nb_use']; $tags[] = $tag; } - return $tags; + return new Pluf_Template_ContextVars($tags); } /**