Revision 1871
Added by Luisehahne over 12 years ago
- bugfix Undefined variable: sName in .../framework/functions.php
- bugfix droplet ShowWysiwyg Undefined variable: module
| functions.php | ||
|---|---|---|
| 809 | 809 |
// if OS is not windows then chmod the new file |
| 810 | 810 |
if (strtoupper(substr(PHP_OS, 0, 3)) !== 'WIN') {
|
| 811 | 811 |
// sanitize filemode to 'o-x/g-x/u-x/o+rw' and chmod the new file |
| 812 |
$bRetval = chmod($sName, ((OCTAL_FILE_MODE & ~0111)|0600)); |
|
| 812 |
$bRetval = chmod($sFileName, ((OCTAL_FILE_MODE & ~0111)|0600));
|
|
| 813 | 813 |
} |
| 814 | 814 |
}else {
|
| 815 | 815 |
$sError = $MESSAGE['PAGES_CANNOT_CREATE_ACCESS_FILE']; |
Also available in: Unified diff