bug fix
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/956ac761 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/956ac761 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/956ac761 Branch: refs/heads/master Commit: 956ac7616c2fbe5b4cac65660ce4175299df3927 Parents: 861e777 Author: Nipurn Doshi <[email protected]> Authored: Thu Mar 12 11:22:53 2015 -0400 Committer: Suresh Marru <[email protected]> Committed: Thu Apr 9 11:33:47 2015 -0400 ---------------------------------------------------------------------- app/libraries/AppUtilities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/956ac761/app/libraries/AppUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/AppUtilities.php b/app/libraries/AppUtilities.php index af85485..2f9b32e 100644 --- a/app/libraries/AppUtilities.php +++ b/app/libraries/AppUtilities.php @@ -114,7 +114,7 @@ class AppUtilities{ if( $update) $airavataclient->updateApplicationInterface( $appInterfaceValues["app-interface-id"], $appInterface); else - $airavataclient->getApplicationInterface($airavataclient->registerApplicationInterface( Session::get("gateway_id", $appInterface) ); + $airavataclient->getApplicationInterface($airavataclient->registerApplicationInterface( Session::get("gateway_id"), $appInterface) ); //print_r( "App interface has been created."); }
