luvas2010 / euro2012

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

teams_knockout_edit error when clicking on in in admin menu #18

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. login as admin
2. click the teams_knockout_edit menu option

What is the expected output? What do you see instead?
Parse error: syntax error, unexpected ';' in 
D:\xampp\htdocs\euro2012\application\controllers\admin\teams_knockout_edit.php 
on line 146

What version of the product are you using? On what operating system?
1.1

Please provide any additional information below.
Change 
redirect('account/sign_in/?continue='.urlencode(site_url('admin/teams_knockout_e
dit'));
to
redirect('account/sign_in/?continue='.site_url('admin/teams_knockout_edit'));

Original issue reported on code.google.com by johnw...@gmail.com on 7 Jan 2012 at 1:57

GoogleCodeExporter commented 9 years ago
Wrong change:

needs to be:
redirect('account/sign_in/?continue='.urlencode(site_url('admin/teams_knockout_e
dit')));

Original comment by john.schop on 9 Jan 2012 at 10:59