1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Fix for toAvatar() h parameter.

This commit is contained in:
Cameron
2017-01-16 13:27:26 -08:00
parent d7d324d365
commit f5a31cc92c
3 changed files with 8 additions and 2 deletions

View File

@@ -3655,6 +3655,12 @@ class e_parser
$linkStart = '';
$linkEnd = '';
if(!empty($options['h']))
{
$height = intval($options['h']);
}
if($userData === null && USERID)
{
$userData = array();