From 258a8b0d0e614513afc98fd963af8e428836407f Mon Sep 17 00:00:00 2001 From: Brad Shuttleworth Date: Mon, 23 Jan 2006 14:09:34 +0000 Subject: [PATCH] manageConditionals needs to use correct URL. --- plugins/ktcore/admin/manageConditionals.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ktcore/admin/manageConditionals.php b/plugins/ktcore/admin/manageConditionals.php index 30a9555..855427f 100755 --- a/plugins/ktcore/admin/manageConditionals.php +++ b/plugins/ktcore/admin/manageConditionals.php @@ -20,7 +20,7 @@ class ManageConditionalDispatcher extends KTAdminDispatcher { $this->ru = $default->rootUrl; // this is not useful: we _still_ don't chain through the right dispatcher (!) $this->aBreadcrumbs[] = array('url' => $default->rootUrl . '/admin.php/documents', 'name' => _('Document Metadata and Workflow Configuration')); - $this->aBreadcrumbs[] = array('url' => $_SERVER['PHP_SELF'], 'name' => _('Document Field Management')); + $this->aBreadcrumbs[] = array('url' => $default->rootUrl . '/admin.php/documents/fieldmanagement', 'name' => _('Document Field Management')); } -- libgit2 0.21.4