[Vtigercrm-commits] [vtiger-commits] r9355 - /vtigercrm/branches/4.2/include/logging.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Sep 8 02:06:42 EDT 2006
Author: allanbush
Date: Fri Sep 8 00:06:39 2006
New Revision: 9355
Log:
Revert to the pervious umask after file creation. Missing from changeset:9354. Refs #1418.
Modified:
vtigercrm/branches/4.2/include/logging.php
Modified: vtigercrm/branches/4.2/include/logging.php
==============================================================================
--- vtigercrm/branches/4.2/include/logging.php (original)
+++ vtigercrm/branches/4.2/include/logging.php Fri Sep 8 00:06:39 2006
@@ -33,5 +33,6 @@
}
$config = new LoggerPropertyConfigurator();
$config->configure('log4php.properties');
+umask($old_umask);
?>
More information about the vtigercrm-commits
mailing list