diff --git a/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc b/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc index c4fae0fd8c..f5678f2d13 100644 --- a/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc +++ b/drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc @@ -530,7 +530,7 @@ function boincwork_generalprefs_form(&$form_state, $venue, $prefs_preset = null, '#suffix' => '' ); $form['prefs']['form control tabs'] = array( - '#value' => '
  • ' . l(bts('Cancel'), $_GET['q']) . '
  • ' + '#value' => '
  • ' . l(bts('Cancel'), drupal_get_path_alias("account/prefs/computing/edit")) . '
  • ' ); if ($venue AND $venue != 'generic') { global $base_path;