HomeHelpTrac

Ignore:
Timestamp:
12/07/09 21:07:35 (2 years ago)
Author:
Alexander Trofimov
Message:

Ticket #543

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc/BxDolXMLRPCImages.php

    r13378 r13382  
    5353            return new xmlrpcresp(new xmlrpcval(array('error' => new xmlrpcval(1,"int")), "struct")); 
    5454 
    55         return BxDolXMLRPCMedia::_getMediaAlbums ('photo', $iIdProfile, $iIdProfile == $iId); 
     55        return BxDolXMLRPCMedia::_getMediaAlbums ('photo', $iIdProfile, $iId, $iIdProfile == $iId); 
    5656    } 
    5757 
     
    9797            return new xmlrpcresp(new xmlrpcval(array('error' => new xmlrpcval(1,"int")), "struct")); 
    9898 
    99         return BxDolXMLRPCMedia::_getFilesInAlbum ('photos', $iIdProfile, (int)$iAlbumId); 
     99        return BxDolXMLRPCMedia::_getFilesInAlbum ('photos', $iIdProfile, $iId, (int)$iAlbumId); 
    100100    } 
    101101 
Note: See TracChangeset for help on using the changeset viewer.