From 459024c2360e17904e8f69b9e178d73471b5656a Mon Sep 17 00:00:00 2001 From: Sashi20 Date: Tue, 11 Dec 2018 15:13:06 +0530 Subject: Minor fixes in the redirection --- om_pssp.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'om_pssp.module') 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) { -- cgit