Skip to content

Commit

Permalink
Merge branch 'MDL-55326-32' of git://github.com/andrewnicols/moodle i…
Browse files Browse the repository at this point in the history
…nto MOODLE_32_STABLE
  • Loading branch information
stronk7 committed Apr 4, 2017
2 parents f0be825 + b407285 commit a902704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/text.php
Expand Up @@ -89,7 +89,7 @@ protected static function typo3($reset = false) {
$GLOBALS['TYPO3_CONF_VARS']['BE']['folderCreateMask'] = decoct($CFG->directorypermissions);

// Default mask for Typo
$GLOBALS['TYPO3_CONF_VARS']['BE']['fileCreateMask'] = $CFG->directorypermissions;
$GLOBALS['TYPO3_CONF_VARS']['BE']['fileCreateMask'] = decoct($CFG->filepermissions);

// This full path constants must be defined too, transforming backslashes
// to forward slashed because Typo3 requires it.
Expand Down

0 comments on commit a902704

Please sign in to comment.