HomeHelpTrac

Ignore:
Timestamp:
06/11/09 23:26:16 (3 years ago)
Author:
Leonid Sokushev
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc/BxDolXMLRPCUtil.php

    r9985 r10863  
    8484        global $oFunctions; 
    8585        $aProfileInfo = getProfileInfo( $iId );          
    86         $aImageFile = BxDolService::call('shared_photo', 'get_image', array($aProfileInfo, $sType), 'Search'); 
     86        $aImageFile = BxDolService::call('bx_photos', 'get_image', array($aProfileInfo, $sType), 'Search'); 
    8787        return $aImageFile ? $aImageFile['file'] : false; 
    8888    } 
Note: See TracChangeset for help on using the changeset viewer.