Ticket #88 (new defect)
Opened 17 months ago
GetText::setClass() doesn't work with Solar_View::newhelper()
| Reported by: | Antti Holvikari | Owned by: | pmjones |
|---|---|---|---|
| Priority: | minor | Component: | code |
| Keywords: | Cc: |
Description
Per IRC discussion between Paul and Antti:
"pmjones: it's because getText() uses getHelper() internally to set the class name"
So this is what happens:
$helper = $this->newHelper('GetText');
$helper->setClass('Vendor_Class');
// this will use Vendor_Class too!!!!
$this->getText('LOCALE_KEY');
Attachments
Note: See
TracTickets for help on using
tickets.
