You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sc...@apache.org on 2015/06/30 21:55:28 UTC

airavata-php-gateway git commit: adding missing echo statement

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/airavata-php-gateway-0.15-release e78e879b8 -> b9e88f7af


adding missing echo statement


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/b9e88f7a
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/b9e88f7a
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/b9e88f7a

Branch: refs/heads/airavata-php-gateway-0.15-release
Commit: b9e88f7af96be511deb312054149ec1065eac7f1
Parents: e78e879
Author: Supun Nakandala <sc...@apache.org>
Authored: Wed Jul 1 01:24:58 2015 +0530
Committer: Supun Nakandala <sc...@apache.org>
Committed: Wed Jul 1 01:24:58 2015 +0530

----------------------------------------------------------------------
 app/views/partials/experiment-info.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/b9e88f7a/app/views/partials/experiment-info.blade.php
----------------------------------------------------------------------
diff --git a/app/views/partials/experiment-info.blade.php b/app/views/partials/experiment-info.blade.php
index 5b69cfe..55cd2fb 100644
--- a/app/views/partials/experiment-info.blade.php
+++ b/app/views/partials/experiment-info.blade.php
@@ -40,7 +40,7 @@
         <tr>
             <td><strong>Compute resource</strong></td>
             <td><?php if (!empty($expVal["computeResource"])) {
-                    $expVal["computeResource"]->hostName;
+                    echo $expVal["computeResource"]->hostName;
                 } ?></td>
         </tr>
         <tr>