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 2016/01/14 16:43:36 UTC

[40/50] [abbrv] airavata-php-gateway git commit: updating the file permissions

updating the file permissions


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

Branch: refs/heads/develop
Commit: 9949d78e643cd483b46b4d3f1910f0f57a56773d
Parents: c0ac208
Author: scnakandala <su...@gmail.com>
Authored: Mon Jan 11 13:32:55 2016 -0500
Committer: scnakandala <su...@gmail.com>
Committed: Mon Jan 11 13:32:55 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/9949d78e/app/libraries/ExperimentUtilities.php
----------------------------------------------------------------------
diff --git a/app/libraries/ExperimentUtilities.php b/app/libraries/ExperimentUtilities.php
index e19cab8..dfa7e6d 100644
--- a/app/libraries/ExperimentUtilities.php
+++ b/app/libraries/ExperimentUtilities.php
@@ -368,7 +368,7 @@ class ExperimentUtilities
                 ExperimentUtilities::$relativeExperimentDataDir;
         } while (is_dir(ExperimentUtilities::$experimentPath)); // if dir already exists, try again
         // create upload directory
-        if (!mkdir(ExperimentUtilities::$experimentPath, 0755, true)) {
+        if (!mkdir(ExperimentUtilities::$experimentPath, 0777, true)) {
             CommonUtilities::print_error_message('<p>Error creating upload directory!
             Please try again later or report a bug using the link in the Help menu.</p>');
             $experimentAssemblySuccessful = false;