Fixed
Details
Details
Priority
Components
Assignee
Andrew Lyons
Andrew LyonsReporter
Daniel Poggenpohl
Daniel PoggenpohlPeer reviewer
Jake Dallimore
Jake DallimoreIntegrator
Eloy Lafuente
Eloy LafuenteTester
Simey Lameze
Simey LamezeParticipants
Aaron St Clair
Andrew Lyons
Daniel Poggenpohl
Eloy Lafuente
Guido Hornig
Jake Dallimore
Marina Glancy
noreply
Pull from Repository
Pull Main Branch
MDL-55326-master
Difficulty
Easy
Clockify
Clockify
Created 25 July 2016 at 17:18
Updated 7 April 2017 at 15:03
Resolved 7 April 2017 at 15:03
Just seen in /lib/classes/text.php:
// Default mask for Typo
$GLOBALS['TYPO3_CONF_VARS']['BE']['fileCreateMask'] = $CFG->directorypermissions;
Should it not rather use $CFG->filepermissions?
The files created in this class seem to be set using wrong permissions.
/moodledata/temp/typo3temp/cs/cscase_utf-8.tbl
/moodledata/temp/typo3temp/cs/csascii_utf-8.tbl
A script of mine checks permissions inside the moodledata folder (always be readable and writable by the apache user), so I found out about those two.