diff options
author | Sashi20 | 2018-12-11 15:13:06 +0530 |
---|---|---|
committer | Sashi20 | 2018-12-11 15:13:06 +0530 |
commit | 459024c2360e17904e8f69b9e178d73471b5656a (patch) | |
tree | d30265a1987f721478ed82aee507961ce53de54c /om_pssp.module | |
parent | 17a1c40b6d94cd00e6965338346fc39e3bf74624 (diff) | |
download | om_pssp-459024c2360e17904e8f69b9e178d73471b5656a.tar.gz om_pssp-459024c2360e17904e8f69b9e178d73471b5656a.tar.bz2 om_pssp-459024c2360e17904e8f69b9e178d73471b5656a.zip |
Minor fixes in the redirection
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) { |