Changeset 1374

Show
Ignore:
Timestamp:
02/15/08 02:43:38 (22 months ago)
Author:
auno
Message:

Fixed for CMS modularization.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-30/lib/MT/CMS/Template.pm

    r1369 r1374  
    221221                  }; 
    222222                @archive_types = 
    223                   sort { archive_type_sorter( $a, $b ) } @archive_types; 
     223                  sort { MT::App::CMS::archive_type_sorter( $a, $b ) } @archive_types; 
    224224            } 
    225225            $param->{archive_types} = \@archive_types;