Project

General

Profile

« Previous | Next » 

Revision 1871

Added by Dietmar over 11 years ago

  1. bugfix Undefined variable: sName in .../framework/functions.php
  2. bugfix droplet ShowWysiwyg Undefined variable: module

View differences:

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