Changeset 1773

Show
Ignore:
Timestamp:
04/04/08 20:50:43 (23 months ago)
Author:
bchoate
Message:

Fixed call for move_category. BugId:76422

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-33/lib/MT/CMS/Category.pm

    r1369 r1773  
    142142    if ( my $moved_cat_id = $q->param('move_cat_id') ) { 
    143143        $cat = $class->load( $q->param('move_cat_id') ); 
    144         $app->move_category() or return; 
     144        move_category($app) or return; 
    145145    } 
    146146    else {