Skip to content

Commit

Permalink
Fixed issue #16339: pluginhelper fullpagewrapper doesnt show content (#…
Browse files Browse the repository at this point in the history
…1860)

Co-authored-by: encuestabizdevgit <devgit@encuesta.biz>
  • Loading branch information
gabrieljenik and encuestabizdevgit committed Apr 30, 2021
1 parent 4b526f7 commit 8338259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/admin/PluginHelper.php
Expand Up @@ -60,7 +60,7 @@ public function fullpagewrapper($plugin, $method)
$content = $this->getContent(null, $plugin, $method);

$aData['content'] = $content;
$this->_renderWrappedTemplate(null, 'super/dummy', $aData);
$this->_renderWrappedTemplate(null, 'super/dummy', $aData, 'layout_main.php');
}

/**
Expand Down

0 comments on commit 8338259

Please sign in to comment.