[Rt-commit] rt branch, 4.2/split-up-setowner-a-bit, updated. rt-4.0.0rc4-24-g6e6c583
Jesse Vincent
jesse at bestpractical.com
Sat Jan 29 14:06:52 EST 2011
The branch, 4.2/split-up-setowner-a-bit has been updated
via 6e6c583550228e1b03c9f01341a8a4fb6ab6aa77 (commit)
from 43231878e48848ef7487fe7413a4ade9df42b4bf (commit)
Summary of changes:
lib/RT/Ticket.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 6e6c583550228e1b03c9f01341a8a4fb6ab6aa77
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Sat Jan 29 14:05:57 2011 -0500
Remove an extraneous "my" that caused warnings.
diff --git a/lib/RT/Ticket.pm b/lib/RT/Ticket.pm
index d5999da..b3e4495 100644
--- a/lib/RT/Ticket.pm
+++ b/lib/RT/Ticket.pm
@@ -2902,7 +2902,7 @@ sub SetOwner {
# We call set twice with slightly different arguments, so
# as to not have an SQL transaction span two RT transactions
- my ( $val, $msg ) = $self->_Set(
+ ( $val, $msg ) = $self->_Set(
Field => 'Owner',
RecordTransaction => 0,
Value => $NewOwnerObj->Id,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list