Custom templates bug
Custom templates bug
There's a small bug, which makes using custom templates impossible. In com_communitypolls/controllers/polls.pp, line 412:
Should be this instead:
Please, fix this.
$tpl = !empty($poll->params['template']) ? JFile::makeSafe($params['template']) : 'default';
Should be this instead:
$tpl = !empty($params['template']) ? JFile::makeSafe($params['template']) : 'default';
Please, fix this.
Access to viewing replies is restricted.
Showing 1 of 1 replies
You do not have permissions for replying to this topic.