What steps will reproduce the problem?
1. Switch Text plugin on
2. Set panel and tab options
3. Find that it doesn't work because of
if (isset($options['tab'])) {
$this->setTab($tab);
}
if (isset($options['panel'])) {
$this->setPanel($panel);
}
Checks for key in options and tries to access undefined variable
Original issue reported on code.google.com by koshpa...@gmail.com on 21 Jun 2010 at 8:39
Original issue reported on code.google.com by
koshpa...@gmail.com
on 21 Jun 2010 at 8:39Attachments: