Continued work to fix the support of PHP 5.2.0.

dev
Loic d'Anterroches 2008-09-05 15:53:13 +02:00
parent c7fc30bab0
commit e4f7dd8975
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
/**