[wpkg-users] [Bug 282] New: getSettingsPath does not support ENV variables
bugzilla-daemon at bugzilla.wpkg.org
bugzilla-daemon at bugzilla.wpkg.org
Thu Jul 4 15:40:14 CEST 2013
http://bugzilla.wpkg.org/show_bug.cgi?id=282
Summary: getSettingsPath does not support ENV variables
Product: WPKG
Version: other
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: wpkg.js
AssignedTo: mangoo at wpkg.org
ReportedBy: droussel at lepot.be
QAContact: wpkg-users at lists.wpkg.org
In the getSettingsPath function, at line 4938 (about), the 'settings_file'
variable should be assigned like :
settings_file = new
ActiveXObject("WScript.Shell").ExpandEnvironmentStrings(settings_file_path +
"\\" + settings_file_name);
and not like :
settings_file = settings_file_path + "\\" + settings_file_name;
as in the initializeLog() function to support ENV variables (with spaces in
name).
--
Configure bugmail: http://bugzilla.wpkg.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the wpkg-users
mailing list