[TYPO3-templavoila] Small mistake in Templavoila manual

Kay Strobach typo3 at kay-strobach.de
Fri Nov 13 22:09:42 CET 2009


Hello Dimitry,

i found a small typo in the templavoila manual:
http://typo3.org/documentation/document-library/extension-manuals/templavoila/1.3.7/view/1/3/#id3980379

you wrote
return $reference->linkEdit($content, $table, $row['uid']);
in the section "mod1 renderPreviewContent"

it should be link_edit with underscore and not in camelCase ;)
return $reference->link_edit($content, $table, $row['uid']);

Thanks a lot

Best Regards Kay


More information about the TYPO3-project-templavoila mailing list