summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rt/FREESIDE_MODIFIED4
-rw-r--r--rt/lib/RT/Interface/Web.pm1
2 files changed, 4 insertions, 1 deletions
diff --git a/rt/FREESIDE_MODIFIED b/rt/FREESIDE_MODIFIED
index 3c22f0da4..e42182bd3 100644
--- a/rt/FREESIDE_MODIFIED
+++ b/rt/FREESIDE_MODIFIED
@@ -11,7 +11,9 @@ lib/RT/Attribute_Overlay.pm #bugfix
lib/RT/Config.pm
lib/RT/CustomField.pm #CheckMandatoryFields
lib/RT/CustomField_Overlay.pm #customfield date patch #timeworked custom fields
-lib/RT/Interface/Web.pm #customfield date patch #fix transaction custom fields
+lib/RT/Interface/Web.pm #customfield date patch
+ #fix transaction custom fields
+ #fix Web.pm Overlay/Vendor/Local inclusion
lib/RT/Action.pm #create ticket on custom field change
lib/RT/Condition.pm #create ticket on custom field change
lib/RT/Scrip_Overlay.pm #create ticket on custom field change
diff --git a/rt/lib/RT/Interface/Web.pm b/rt/lib/RT/Interface/Web.pm
index ff9d9b635..3e0b8b349 100644
--- a/rt/lib/RT/Interface/Web.pm
+++ b/rt/lib/RT/Interface/Web.pm
@@ -2317,6 +2317,7 @@ sub _parse_saved_search {
return ( _load_container_object( $obj_type, $obj_id ), $search_id );
}
+package RT::Interface::Web;
RT::Base->_ImportOverlays();
1;