Merge branch 'master' of https://github.com/danog/MadelineProto
This commit is contained in:
commit
957e4650d4
@ -200,7 +200,6 @@ foreach ($TL->constructors->predicate as $key => $constructor) {
|
|||||||
'](../'.$link_type.'/'.$ptype.'.md)';
|
'](../'.$link_type.'/'.$ptype.'.md)';
|
||||||
|
|
||||||
$params .= (isset($param['subtype']) ? '\['.$ptype.'\]' : $ptype).', ';
|
$params .= (isset($param['subtype']) ? '\['.$ptype.'\]' : $ptype).', ';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$constructors[$constructor] = '[$'.str_replace('_', '\_', $real_type).'](../types/'.$real_type.'.md) = \['.$params.'\];
|
$constructors[$constructor] = '[$'.str_replace('_', '\_', $real_type).'](../types/'.$real_type.'.md) = \['.$params.'\];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user