XenForo_Model_Avatar::getAvatarFilePath

Jon W

Well-known member
Can anyone tell me in which beta/RC of XF 1.2 the above method signature was changed from:
PHP:
public function getAvatarFilePath($userId, $size)
to:
PHP:
public function getAvatarFilePath($userId, $size, $externalDataPath = null)
?

I don't have a copy of any of the betas or RCs on the computer I am on so can't work it out for myself.
 
Top Bottom