diff options
Diffstat (limited to 'om_pssp.module')
-rwxr-xr-x | om_pssp.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/om_pssp.module b/om_pssp.module index f5a0bed..c9ab287 100755 --- a/om_pssp.module +++ b/om_pssp.module @@ -498,7 +498,7 @@ function om_pssp_get_proposal() if (!$proposal_data) { drupal_set_message("You do not have any approved om pssp proposal. Please propose the Power System Simulation proposal", 'error'); - drupal_goto(''); + drupal_goto('powersystems'); } //!$proposal_data switch ($proposal_data->approval_status) { |