fixed typo in example for registered objects

This commit is contained in:
messju
2003-08-07 22:02:08 +00:00
parent 2cd76c4619
commit 3338c34bd5

View File

@@ -2031,7 +2031,7 @@ TEMPLATE:
{* you can also assign the output *} {* you can also assign the output *}
{foobar->meth1 p1="foo" p2=$bar assign="output"} {foobar->meth1 p1="foo" p2=$bar assign="output"}
the output was {$output) the output was {$output}
{* access our assigned object *} {* access our assigned object *}
{$myobj->meth1("foo",$bar)}</programlisting> {$myobj->meth1("foo",$bar)}</programlisting>