summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/service_nav_path_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/service_nav_path_inc.tpl b/templates/service_nav_path_inc.tpl
index 16b5e5d..0b42369 100644
--- a/templates/service_nav_path_inc.tpl
+++ b/templates/service_nav_path_inc.tpl
@@ -3,7 +3,7 @@
<div class="structurebar pigeonholesbar">
{foreach from=$pigeonData item=pigeonItem}
<span class="path">{$pigeonItem.display_path}
- {if $gContent->hasEditPermission()}
+ {if $gContent->hasUpdatePermission()}
&nbsp;{smartlink ititle="Remove Category" ibiticon="icons/edit-delete" ipackage=pigeonholes ifile=edit_pigeonholes.php action=dismember parent_id=$pigeonItem.content_id pigeonhole_content_id=$gContent->mContentId return_uri=$gContent->getDisplayUri()}
{/if}
</span>