summaryrefslogtreecommitdiff
path: root/om_pssp.module
diff options
context:
space:
mode:
authorSashi202018-12-11 15:13:06 +0530
committerSashi202018-12-11 15:13:06 +0530
commit459024c2360e17904e8f69b9e178d73471b5656a (patch)
treed30265a1987f721478ed82aee507961ce53de54c /om_pssp.module
parent17a1c40b6d94cd00e6965338346fc39e3bf74624 (diff)
downloadom_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-xom_pssp.module2
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)
{