[Rt-commit] rt branch, create-action, updated. 827641ab25126c554020c09fb06706544e418129
sartak at bestpractical.com
sartak at bestpractical.com
Wed Sep 2 11:06:46 EDT 2009
The branch, create-action has been updated
via 827641ab25126c554020c09fb06706544e418129 (commit)
from 93d179828573e79f8d544e3f49a384f66e8cca9d (commit)
Summary of changes:
lib/RT/View/Ticket/Create.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 827641ab25126c554020c09fb06706544e418129
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Sep 2 11:06:35 2009 -0400
Use the new queue accessor instead of get 'queue'
diff --git a/lib/RT/View/Ticket/Create.pm b/lib/RT/View/Ticket/Create.pm
index e3050e0..8c7db57 100644
--- a/lib/RT/View/Ticket/Create.pm
+++ b/lib/RT/View/Ticket/Create.pm
@@ -91,7 +91,7 @@ template 'create' => page {
sub show_basics {
my $create = shift;
- my $queue = get('queue');
+ my $queue = $create->queue;
div {
attr { id => "Ticket-Create-basics" };
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list