Changeset 1924

Show
Ignore:
Timestamp:
04/16/08 02:53:43 (22 months ago)
Author:
auno
Message:

Not to save URL, if author is commenter. BugzID:79285

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-35/lib/MT/App/Comments.pm

    r1873 r1924  
    924924    } 
    925925    if ($commenter) { 
    926         $commenter->url( $comment->url ) if $comment->url; 
     926        $commenter->url( $comment->url ) 
     927          if $comment->url && $commenter->type != MT::Author::COMMENTER(); 
    927928        $commenter->save 
    928929          or $app->log(