Revision 847

Date:
2022/11/28 11:45:25
Author:
ahitrov
Revision Log:
Bug scalar value

Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/plugins/session/lib/session/AUTH/Yandex.pm

     
    261 261
    262 262 sub get_avatar_url {
    263 263 return undef unless @_ && $_[0];
    264 return 'https://avatars.mds.yandex.net/get-yapic/'.@_[0].'/islands-200';
    264 return 'https://avatars.mds.yandex.net/get-yapic/'.$_[0].'/islands-200';
    265 265 }
    266 266
    267 267 1;