[Rt-commit] rt branch, 4.0/initialdata-acl-error-checking, updated. rt-4.0.2-187-g1e885f2
Kevin Falcone
falcone at bestpractical.com
Thu Oct 13 10:59:19 EDT 2011
The branch, 4.0/initialdata-acl-error-checking has been updated
via 1e885f2bc2f5b54fa1f53c06bf01fe0578dba2ec (commit)
from 695b1ae83c1018ecf6711af59d64d8d11a9800b7 (commit)
Summary of changes:
lib/RT/Handle.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 1e885f2bc2f5b54fa1f53c06bf01fe0578dba2ec
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Oct 13 10:59:04 2011 -0400
Add back the next; I dropped when forward porting a branch
diff --git a/lib/RT/Handle.pm b/lib/RT/Handle.pm
index d610112..308f5ba 100644
--- a/lib/RT/Handle.pm
+++ b/lib/RT/Handle.pm
@@ -954,6 +954,7 @@ sub InsertData {
my ($ok, $msg) = $princ->Load( $item->{'UserId'} );
unless ( $ok ) {
RT->Logger->error("Unable to load user: $item->{UserId} : $msg");
+ next;
}
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list