Skip to content
Snippets Groups Projects
Commit 57b72516 authored by deuce's avatar deuce
Browse files

Fix iniKey usage.

parent 8d5e3b6d
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ function HTML_Profile(user_num)
if(o.defaultValue===undefined)
o.defaultValue='';
if(prefsfile.is_open)
o.value=prefsfile.iniGetValue('Profile', 'ICQ', o.defaultValue);
o.value=prefsfile.iniGetValue('Profile', o.iniKey, o.defaultValue);
if(html_profile_fields[i].property != undefined)
this[html_profile_fields[i].property]=o.value;
this.values.push(o);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment