mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Issue #1633 - possible fix for record creation problem using admin-ui and LAN_CREATE term.
This commit is contained in:
@@ -5594,7 +5594,7 @@ class e_form
|
||||
foreach ($triggers as $trigger => $tdata)
|
||||
{
|
||||
$text .= ($trigger == 'submit') ? "<div class=' btn-group'>" : "";
|
||||
$text .= $this->admin_button('etrigger_'.$trigger, $tdata[0], $tdata[1]);
|
||||
$text .= $this->admin_button('etrigger_'.$trigger, $tdata[1], $tdata[1], $tdata[0]);
|
||||
|
||||
if($trigger == 'submit' && $submitopt)
|
||||
{
|
||||
|
Reference in New Issue
Block a user