Index: branches/5.1.x/core/install.php =================================================================== diff -u -N -r13750 -r13773 --- branches/5.1.x/core/install.php (.../install.php) (revision 13750) +++ branches/5.1.x/core/install.php (.../install.php) (revision 13773) @@ -1,6 +1,6 @@ currentStep == -1) { // step after last step -> redirect to admin - $this->Application->Redirect('index', null, '', 'index.php'); + $this->Application->Redirect('index', Array (), '', 'index.php'); } }