Commit fb1e18460b3630e6c2c839bdfc1e01e142403efa
1 parent
3262dc7f
Fix copy and paste error
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3842 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/document/cleanup.smarty
| @@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
| 10 | {if $aFilesToRemove} | 10 | {if $aFilesToRemove} |
| 11 | <p>Would remove these files:</p> | 11 | <p>Would remove these files:</p> |
| 12 | <ul> | 12 | <ul> |
| 13 | -{foreach from=$aFoldersToRemove item=sFile} | 13 | +{foreach from=$aFilesToRemove item=sFile} |
| 14 | <li>{$sFile|escape}</li> | 14 | <li>{$sFile|escape}</li> |
| 15 | {/foreach} | 15 | {/foreach} |
| 16 | </ul> | 16 | </ul> |