Changeset 3631 for trunk

Show
Ignore:
Timestamp:
04/22/09 00:56:21 (7 months ago)
Author:
asawada
Message:

bugzid:100535. fixed nonexisting method invoking that blocks to show blog creation screen.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/MT/CMS/Blog.pm

    r3531 r3631  
    302302        $param->{'template_set_index'} = $#$sets; 
    303303 
    304         $param->{languages} = $app->languages_list( $app->current_language ); 
     304        require MT::I18N; 
     305        $param->{languages} = MT::I18N::languages_list( $app, $app->current_language ); 
    305306    } 
    306307