Open jnugent opened 4 years ago
OJS 3.1.2 has a problem with the addDiscus method. Changing the line that appends to $output to $output .= $templateMgr->fetch($this->getTemplateResource('forum.tpl'));
$output .= $templateMgr->fetch($this->getTemplateResource('forum.tpl'));
Makes everything work just fine.
Hi, I think the new release for 3.2 should work also with 3.1.2. If it does, I can rename it.
That would be helpful, thanks! At the moment the older release name implies compatibility with 3.1.2.
OJS 3.1.2 has a problem with the addDiscus method. Changing the line that appends to $output to
$output .= $templateMgr->fetch($this->getTemplateResource('forum.tpl'));
Makes everything work just fine.