Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master c0ac20806 -> 9949d78e6


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/master
Commit: 9949d78e643cd483b46b4d3f1910f0f57a56773d
Parents: c0ac208
Author: scnakandala <[email protected]>
Authored: Mon Jan 11 13:32:55 2016 -0500
Committer: scnakandala <[email protected]>
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;

Reply via email to