SimpleViewRenderer: important reminder
This commit is contained in:
parent
8216daa3af
commit
ccf3c0516d
|
@ -62,6 +62,9 @@ class SimpleViewRenderer extends Helper implements ValidHtml
|
||||||
|
|
||||||
public function getName()
|
public function getName()
|
||||||
{
|
{
|
||||||
|
// TODO: This is wrong, should be 'viewRenderer' - but that would
|
||||||
|
// currently break nearly everything, starting with full layout
|
||||||
|
// rendering
|
||||||
return 'ViewRenderer';
|
return 'ViewRenderer';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue