Return-Path: X-Original-To: apmail-airavata-commits-archive@www.apache.org Delivered-To: apmail-airavata-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 867441986C for ; Mon, 28 Mar 2016 19:00:29 +0000 (UTC) Received: (qmail 40171 invoked by uid 500); 28 Mar 2016 19:00:29 -0000 Delivered-To: apmail-airavata-commits-archive@airavata.apache.org Received: (qmail 40124 invoked by uid 500); 28 Mar 2016 19:00:29 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 40115 invoked by uid 99); 28 Mar 2016 19:00:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2016 19:00:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4B9C1DFC8E; Mon, 28 Mar 2016 19:00:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: scnakandala@apache.org To: commits@airavata.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: airavata-php-gateway git commit: fixing AIRAVATA-1941 Date: Mon, 28 Mar 2016 19:00:29 +0000 (UTC) Repository: airavata-php-gateway Updated Branches: refs/heads/develop a1f7a49e8 -> 6cf2ce0af fixing AIRAVATA-1941 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/6cf2ce0a Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/6cf2ce0a Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/6cf2ce0a Branch: refs/heads/develop Commit: 6cf2ce0afb639fe8d0ddb484b3fdef9f36123bea Parents: a1f7a49 Author: scnakandala Authored: Mon Mar 28 15:00:23 2016 -0400 Committer: scnakandala Committed: Mon Mar 28 15:00:23 2016 -0400 ---------------------------------------------------------------------- app/libraries/ExperimentUtilities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/6cf2ce0a/app/libraries/ExperimentUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php index 9c120b2..43b7058 100644 --- a/app/libraries/ExperimentUtilities.php +++ b/app/libraries/ExperimentUtilities.php @@ -694,7 +694,7 @@ class ExperimentUtilities if (!ExperimentUtilities::endsWith($dataRoot, "/")) $dataRoot = $dataRoot . "/"; $filePath = str_replace($dataRoot, "", parse_url($currentInputPath, PHP_URL_PATH)); - echo '

' . basename($filePath) . '

'; + echo '

' . basename($filePath) . '

'; } } elseif ($output->type == DataType::STRING) { echo '

' . $output->value . '

';