fixed create new group startform
This commit is contained in:
parent
4fcc7dc1f6
commit
37403920a2
@ -49,7 +49,7 @@ if ( $serendipity['GET']['adminAction'] != 'delete' ) {
|
||||
}
|
||||
$data['groups'] = $groups;
|
||||
if ( !isset($_POST['NEW']) ) {
|
||||
$data['new'] = true;
|
||||
$data['start'] = true;
|
||||
}
|
||||
$data['deleteFormToken'] = serendipity_setFormToken('url');
|
||||
}
|
||||
|
@ -48,7 +48,7 @@
|
||||
{/foreach}
|
||||
</td>
|
||||
</tr>
|
||||
{if !$new}
|
||||
{if $start}
|
||||
<tr>
|
||||
<td colspan="3" align="right">
|
||||
<form action="?serendipity[adminModule]=groups" method="post">
|
||||
|
Loading…
x
Reference in New Issue
Block a user