diff options
Diffstat (limited to 'rt/lib/RT/Attachments_Overlay.pm')
-rw-r--r-- | rt/lib/RT/Attachments_Overlay.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/lib/RT/Attachments_Overlay.pm b/rt/lib/RT/Attachments_Overlay.pm index 1ea56e47c..5afcd551e 100644 --- a/rt/lib/RT/Attachments_Overlay.pm +++ b/rt/lib/RT/Attachments_Overlay.pm @@ -81,6 +81,8 @@ sub _Init { $self->{'table'} = "Attachments"; $self->{'primary_key'} = "id"; + $self->OrderBy ( FIELD => 'id', + ORDER => 'ASC'); return ( $self->SUPER::_Init(@_)); } # }}} |