X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Flib%2FRT%2FInterface%2FWeb%2FHandler.pm;fp=rt%2Flib%2FRT%2FInterface%2FWeb%2FHandler.pm;h=7618b415ebd9d076f0795dccd42a5884a05b78a0;hp=3355d297cf16982895cf578cff9ca298c94cc606;hb=187086c479a09629b7d180eec513fb7657f4e291;hpb=4639e25a658d9a0bf295415642fae8e8cdad846a diff --git a/rt/lib/RT/Interface/Web/Handler.pm b/rt/lib/RT/Interface/Web/Handler.pm index 3355d297c..7618b415e 100644 --- a/rt/lib/RT/Interface/Web/Handler.pm +++ b/rt/lib/RT/Interface/Web/Handler.pm @@ -2,7 +2,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2018 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -199,7 +199,7 @@ sub CleanupRequest { File::Temp::cleanup() unless $INC{'Test/WWW/Mechanize/PSGI.pm'}; - + RT::ObjectCustomFieldValues::ClearOCFVCache(); }