google-code-export / zfdebug

Automatically exported from code.google.com/p/zfdebug
Other
1 stars 1 forks source link

Text plugin doesn't work (solution is in description) #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the report, fixed in r154

Original comment by gugakf...@gmail.com on 6 Jul 2010 at 12:31