This commit is contained in:
danogentili 2016-12-19 20:56:14 +03:00
commit 957e4650d4

View File

@ -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.'\];