Repository: airavata-php-gateway Updated Branches: refs/heads/master 93775fea1 -> ab3b0c85c
fixing typo 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/ab3b0c85 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/ab3b0c85 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/ab3b0c85 Branch: refs/heads/master Commit: ab3b0c85c00fd74bb004302b0852cba7354809e0 Parents: 93775fe Author: scnakandala <[email protected]> Authored: Mon Jan 11 12:05:43 2016 -0500 Committer: scnakandala <[email protected]> Committed: Mon Jan 11 12:05:43 2016 -0500 ---------------------------------------------------------------------- app/libraries/ExperimentUtilities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/ab3b0c85/app/libraries/ExperimentUtilities.php ---------------------------------------------------------------------- diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php index 06351b4..c0a6b35 100644 --- a/app/libraries/ExperimentUtilities.php +++ b/app/libraries/ExperimentUtilities.php @@ -636,7 +636,7 @@ class ExperimentUtilities * */ - public static function list_ouatput_files($outputs, $status, $process) + public static function list_output_files($outputs, $status, $process) { if( $process) {
