fixed create new group startform

This commit is contained in:
Ian 2012-12-01 18:59:36 +01:00
parent 4fcc7dc1f6
commit 37403920a2
2 changed files with 2 additions and 2 deletions

View File

@ -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');
}

View File

@ -48,7 +48,7 @@
{/foreach}
</td>
</tr>
{if !$new}
{if $start}
<tr>
<td colspan="3" align="right">
<form action="?serendipity[adminModule]=groups" method="post">