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:
@@ -3655,6 +3655,12 @@ class e_parser
|
||||
$linkStart = '';
|
||||
$linkEnd = '';
|
||||
|
||||
if(!empty($options['h']))
|
||||
{
|
||||
$height = intval($options['h']);
|
||||
}
|
||||
|
||||
|
||||
if($userData === null && USERID)
|
||||
{
|
||||
$userData = array();
|
||||
|
Reference in New Issue
Block a user