HomeHelpTrac

Ignore:
Timestamp:
01/11/09 21:37:12 (3 years ago)
Author:
Alexander Trofimov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xmlrpc/BxDolXMLRPCUtil.php

    r8244 r8345  
    8484        global $oFunctions; 
    8585        $aProfileInfo = getProfileInfo( $iId );          
    86         $aSizes = array ($sType . 'Width' => 0, $sType . 'Height' => 0); 
    87         $aImageFile = $oFunctions->_getImageShared ($aSizes, $aProfileInfo, $sType); 
     86        $aImageFile = BxDolService::call('shared_photo', 'get_image', array($aProfileInfo, $sType), 'Search'); 
    8887        return $aImageFile['file']; 
    8988    } 
Note: See TracChangeset for help on using the changeset viewer.