X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FInterface%2FWeb%2FHandler.pm;h=927d38440cff27247a2d470346ab16ba3ca3cfe0;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=3355d297cf16982895cf578cff9ca298c94cc606;hpb=cbfeb5f6b7490f78361318ce6290bfb442dbfcbe;p=freeside.git diff --git a/rt/lib/RT/Interface/Web/Handler.pm b/rt/lib/RT/Interface/Web/Handler.pm index 3355d297c..927d38440 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-2019 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(); }