Commit 258a8b0d0e614513afc98fd963af8e428836407f
1 parent
f85d552e
manageConditionals needs to use correct URL.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4643 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/ktcore/admin/manageConditionals.php
| ... | ... | @@ -20,7 +20,7 @@ class ManageConditionalDispatcher extends KTAdminDispatcher { |
| 20 | 20 | $this->ru = $default->rootUrl; |
| 21 | 21 | // this is not useful: we _still_ don't chain through the right dispatcher (!) |
| 22 | 22 | $this->aBreadcrumbs[] = array('url' => $default->rootUrl . '/admin.php/documents', 'name' => _('Document Metadata and Workflow Configuration')); |
| 23 | - $this->aBreadcrumbs[] = array('url' => $_SERVER['PHP_SELF'], 'name' => _('Document Field Management')); | |
| 23 | + $this->aBreadcrumbs[] = array('url' => $default->rootUrl . '/admin.php/documents/fieldmanagement', 'name' => _('Document Field Management')); | |
| 24 | 24 | |
| 25 | 25 | |
| 26 | 26 | } | ... | ... |