You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by nd...@apache.org on 2015/05/14 20:21:17 UTC

airavata-php-gateway git commit: Bug fix for userdn on ultrascan

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 0e68bf27b -> 5b2951877


Bug fix for userdn on ultrascan


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/5b295187
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/5b295187
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/5b295187

Branch: refs/heads/master
Commit: 5b29518775e9c80b657461adaa31877ac798ea8b
Parents: 0e68bf2
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Thu May 14 14:21:09 2015 -0400
Committer: Nipurn Doshi <ni...@gmail.com>
Committed: Thu May 14 14:21:09 2015 -0400

----------------------------------------------------------------------
 app/libraries/Utilities.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/5b295187/app/libraries/Utilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/Utilities.php b/app/libraries/Utilities.php
index d489292..2d1d3e6 100644
--- a/app/libraries/Utilities.php
+++ b/app/libraries/Utilities.php
@@ -632,7 +632,7 @@ public static function assemble_experiment()
     $userConfigData->computationalResourceScheduling = $scheduling;
     if( isset( $_POST["userDN"]) )
     {        
-        $userConfigDataUpdated->generateCert = 1;
+        $userConfigData->generateCert = 1;
         $userConfigData->userDN = $_POST["userDN"];
     }