Skip to content

Commit

Permalink
Fix 9493: Removing custom fields from project causes application erro…
Browse files Browse the repository at this point in the history
…r 2800

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_1_0@5501 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
giallu committed Aug 6, 2008
1 parent 490f5f2 commit 8bd10da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manage_proj_edit_page.php
Expand Up @@ -527,7 +527,8 @@
<td class="center">
<?php
# You need global permissions to edit custom field defs
print_button( "manage_proj_custom_field_remove.php?field_id={$t_field_id}&amp;project_id={$f_project_id}", lang_get( 'remove_link' ) );
$t_remove_token = form_security_param( 'manage_proj_custom_field_remove' );
print_button( "manage_proj_custom_field_remove.php?field_id={$t_field_id}&amp;project_id={$f_project_id}$t_remove_token", lang_get( 'remove_link' ) );
?>
</td>
</tr>
Expand Down

0 comments on commit 8bd10da

Please sign in to comment.