Fixed mistake in constructors index

This commit is contained in:
Daniil Gentili 2016-12-19 23:59:46 +01:00
parent 5fa11f52ef
commit d664dd3bb3
2 changed files with 455 additions and 455 deletions

View File

@ -204,7 +204,7 @@ foreach ($TL->constructors->predicate as $key => $constructor) {
$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('_', '\_', $constructor).'](../constructors/'.$constructor.'.md) = \['.$params.'\];
'; ';

File diff suppressed because it is too large Load Diff