Show
Ignore:
Timestamp:
04/15/08 03:55:36 (20 months ago)
Author:
fumiakiy
Message:

Fixed uploading userpic from edit_author screen. BugId:79319

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/lib/MT/CMS/User.pm

    r1869 r1908  
    828828    my $app = shift; 
    829829 
    830     my ($asset, $bytes) = $app->_upload_file( 
     830    require MT::CMS::Asset; 
     831    my ($asset, $bytes) = MT::CMS::Asset::_upload_file( 
     832        $app, 
    831833        @_, 
    832834        require_type => 'image',