mirror of https://github.com/BOINC/boinc.git
Drupal: Fix error in user WAP wrapper
https://dev.gridrepublic.org/browse/DBOINCP-184
This commit is contained in:
parent
6122b00e1b
commit
5c107dbfdd
|
@ -1062,6 +1062,8 @@ function boincwork_submit_rpc_handler() {
|
|||
* Page callback for user WAP (userw.php).
|
||||
*/
|
||||
function boincwork_user_wap() {
|
||||
// Remove q from the GET request or BOINC will panic
|
||||
unset($_GET['q']);
|
||||
include_boinc('user/userw.php');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue