Ticket #3662: 3662-xmlrpc-categoryId.trunk.diff

File 3662-xmlrpc-categoryId.trunk.diff, 402 bytes (added by foolswisdom, 2 years ago)
  • xmlrpc.php

    old new  
    14321432                foreach($catids as $catid) { 
    14331433                        $categories[] = array( 
    14341434                                'categoryName' => get_cat_name($catid), 
    1435                                 'categoryId' => $catid, 
     1435                                'categoryId' => (string) $catid, 
    14361436                                'isPrimary' => $isPrimary 
    14371437                        ); 
    14381438                        $isPrimary = false;