[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-553-g2b03802
Kevin Falcone
falcone at bestpractical.com
Mon Nov 22 22:03:33 EST 2010
The branch, 3.9-trunk has been updated
via 2b03802f46e0dae4f444e3bf0d2b7f4f8c32759e (commit)
from 79e24f4be9fa941c240e89b87b565db01d245882 (commit)
Summary of changes:
share/html/Elements/Tabs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2b03802f46e0dae4f444e3bf0d2b7f4f8c32759e
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Nov 22 22:03:28 2010 -0500
Fix path
diff --git a/share/html/Elements/Tabs b/share/html/Elements/Tabs
index f916780..5152d55 100755
--- a/share/html/Elements/Tabs
+++ b/share/html/Elements/Tabs
@@ -164,7 +164,7 @@ if ( $request_path !~ qr{^/SelfService/} ) {
$cfadmin->child( transactions => title => loc('Ticket Transactions') => text =>
loc( 'Select custom fields for transactions on tickets in all queues'),
- path => 'Admin/Global/CustomFields/Queue-Transactions.html');
+ path => '/Admin/Global/CustomFields/Queue-Transactions.html');
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list