Small fixes after a days real world usage

This commit is contained in:
Stuart Grimshaw 2011-12-23 09:25:38 +00:00
parent ea8ddb9213
commit 5a88bac07c

View File

@ -256,7 +256,7 @@ snippet getset
*/
function get$1()
{
return $this->$_$1;
return $this->_$1;
}
/**