Continued work to fix the support of PHP 5.2.0.
This commit is contained in:
parent
c7fc30bab0
commit
e4f7dd8975
@ -309,7 +309,7 @@ class IDF_Project extends Pluf_Model
|
|||||||
$tag->nb_use = $idc['nb_use'];
|
$tag->nb_use = $idc['nb_use'];
|
||||||
$tags[] = $tag;
|
$tags[] = $tag;
|
||||||
}
|
}
|
||||||
return $tags;
|
return new Pluf_Template_ContextVars($tags);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user