What steps will reproduce the problem?
1. Visit the character preferences page of a character (ie. /fluxcp/
character/prefs/?id=150000)
2. Submit the form using the "Modify preferences" button
What is the expected output? What do you see instead?
It is expected that the settings should be saved. Instead an
"unauthorized" error is received which redirects to the main page.
What version of the product are you using? On what operating system?
Latest fluxcp-1.0 (r945)
Please provide any additional information below.
This is a fault in the file 'themes/default/character/prefs.php'.
Line 8 is: <form method="<?php echo $this->urlWithQs ?>" method="post"
class="generic-form">
It should be: <form action="<?php echo $this->urlWithQs ?>" method="post"
class="generic-form">
Original issue reported on code.google.com by spo...@gmail.com on 6 Dec 2009 at 1:01
Original issue reported on code.google.com by
spo...@gmail.com
on 6 Dec 2009 at 1:01