#6 new
Erik Marutian

Minor bug in parseSteps function- with the suggested fix:

Reported by Erik Marutian | February 28th, 2011 @ 02:14 AM

The bug produces a warning: Undefined index 'something'.
Suggested Fix:
Looks like the old version of the wizard had a line that would take care of it but the line was lost in the new version. Putting the line back fixes the code:

before
...

    foreach ($steps as $key => $name) {
        if (is_array($name)) {
            $branch = '';   //<--this line was missing

... after

No comments found

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Shared Ticket Bins

People watching this ticket

Pages