﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1488583,Invalid Step in Installer,CodeInsider,,"Hi there,

i just downloaded the latest trunk Version from 0.8 RC and tried to install it.

But the installer greeted me with the nice Heading ""Invalid step"".

After some seconds, I've found the bug  around Line 140.
There is an array called $include_steps which first element is empty (''). This Array is included after declaration.

I fixed the empty element, and ... it worked for me.

Just Change:
$include_steps = array('', './check.php', './config.php', '.test.php');

To: $include_steps = array('./check.php', './config.php', '.test.php');",Bugs,closed,5,0.8-stable,Addressbook,0.8-rc,normal,duplicate,,
