1
0
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:
Cameron
2016-05-12 19:34:57 -07:00
parent b887ec55f0
commit 09cbf97f3a
3 changed files with 3 additions and 3 deletions

View File

@@ -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)
{