From 4a54f823c77ae779f5a3d76f814036cc54ce18f1 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 17 Jun 2015 14:39:34 -0700 Subject: fix new page logging --- FS/FS/Mason.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FS/FS/Mason.pm') diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 78779d7..6163197 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -402,6 +402,7 @@ if ( -e $addl_handler_use_file ) { use FS::quotation_pkg_tax; use FS::cust_pkg_reason_fee; use FS::part_svc_link; + use FS::access_user_log; # Sammath Naur if ( $FS::Mason::addl_handler_use ) { @@ -460,6 +461,7 @@ if ( -e $addl_handler_use_file ) { die $@ if $@; } + no warnings 'redefine'; *CGI::redirect = sub { my $self = shift; my $cookie = ''; -- cgit v1.1