[Rt-commit] rt branch, 4.0/upgrade-articles-acl-workaround, updated. rt-4.0.1rc1-6-g320edaa

Emannuel Lacour elacour at bestpractical.com
Thu May 26 12:06:05 EDT 2011


The branch, 4.0/upgrade-articles-acl-workaround has been updated
       via  320edaaefb48a78bb1dba264f260157a1a53991e (commit)
      from  4d2a816cfa1543b17b9661daaf6b7f3b2fd4f13e (commit)

Summary of changes:
 etc/upgrade/upgrade-articles.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 320edaaefb48a78bb1dba264f260157a1a53991e
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Thu May 26 18:05:32 2011 +0200

    Silent a warning left

diff --git a/etc/upgrade/upgrade-articles.in b/etc/upgrade/upgrade-articles.in
index 5eb9c83..0e34d60 100644
--- a/etc/upgrade/upgrade-articles.in
+++ b/etc/upgrade/upgrade-articles.in
@@ -226,6 +226,7 @@ sub copy_tables {
 
 { # update Transactions
   # we only keep article transactions at this point
+    no warnings 'once';
     use RT::Transactions;
     # Next calls Type to check readability and Type calls _Accessible
     # which called CurrentUserCanSee which calls Object which tries to instantiate

-----------------------------------------------------------------------


More information about the Rt-commit mailing list