Changeset 10863 for trunk/xmlrpc/BxDolXMLRPCUtil.php
- Timestamp:
- 06/11/09 23:26:16 (3 years ago)
- File:
-
- 1 edited
-
trunk/xmlrpc/BxDolXMLRPCUtil.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xmlrpc/BxDolXMLRPCUtil.php
r9985 r10863 84 84 global $oFunctions; 85 85 $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'); 87 87 return $aImageFile ? $aImageFile['file'] : false; 88 88 }
Note: See TracChangeset
for help on using the changeset viewer.