Commit d82d45a49c2775246fa98b94df9d1775085e38e3
1 parent
d20d10b9
KTS-1927
"CLONE - Corrupt permissions (SUP-199)" Fixed. Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6563 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktcore/folder/view_permissions.smarty
| ... | ... | @@ -8,7 +8,7 @@ assigned are shown.{/i18n}</p> |
| 8 | 8 | {i18n}Manage security{/i18n}: <a href="{addQS context=$context}action=edit{/addQS}">{i18n}Edit permissions{/i18n}</a> |
| 9 | 9 | | <a href="{addQS context=$context}action=resolved_users{/addQS}">{i18n}View resolved permissions for user{/i18n}</a> |
| 10 | 10 | {else} |
| 11 | -{i18n}Manage security{/i18n}: <a href="{addQS}action=resolved_users{/addQS}">{i18n}View resolved permissions for user{/i18n}</a> | |
| 11 | +{i18n}Manage security{/i18n}: <a href="{addQS context=$context}action=resolved_users{/addQS}">{i18n}View resolved permissions for user{/i18n}</a> | |
| 12 | 12 | {/if} |
| 13 | 13 | |
| 14 | 14 | ... | ... |