This fixes bug #0000711 dont know why this is back again was fixed with core28

This commit is contained in:
Christian Schmidt
2010-08-27 19:59:18 +02:00
parent 7c42d68553
commit 363a19ee8c
2 changed files with 2 additions and 1 deletions

View File

@@ -252,7 +252,7 @@ print <<END
<td align='right' width='5'>
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
<input type='hidden' name='ACTION' value='delete' />
<input type='hidden' name='FILE' value='addons/backup/$_.ipf' />
<input type='hidden' name='FILE' value='addons//backup/$_.ipf' />
<input type='image' alt='$Lang::tr{'delete'}' title='$Lang::tr{'delete'}' src='/images/user-trash.png' />
</form>
</td>