1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

Fix for User-Extended checkbox field creation.

This commit is contained in:
Cameron
2016-04-02 12:47:27 -07:00
parent 46b2518e82
commit fb3a92ff9e
5 changed files with 36 additions and 7 deletions

View File

@@ -2223,6 +2223,7 @@ class pluginBuilder
$frm = e107::getForm();
$ns = e107::getRender();
$mes = e107::getMessage();
$tp = e107::getParser();
$plugFolders = $fl->get_dirs(e_PLUGIN);
foreach($plugFolders as $dir)
@@ -2243,7 +2244,7 @@ class pluginBuilder
$info .= "<li>".EPL_ADLAN_106."</li>";
$info .= "</ul>";
$mes->addInfo($info);
$mes->addInfo($tp->toHtml($info,true));
$text = $frm->open('createPlugin','get');
$text .= "<table class='table adminform'>