summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-11 08:50:02 +0100
committerAndrew Dolgov <[email protected]>2007-05-11 08:50:02 +0100
commit5158ced917ce256f6c5adb9d06c69be79751e7e0 (patch)
tree3dd88164d34b2cab1dadcbc469e870a858210685 /functions.js
parent3bd9a780d6014e7c6b1a761dbf1c49789bd9d978 (diff)
hideOrShowFeedList: fix
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index b26f75fd8..cbc82a6a9 100644
--- a/functions.js
+++ b/functions.js
@@ -1525,6 +1525,7 @@ function getInitParam(key) {
function storeInitParam(key, value) {
debug("<b>storeInitParam is OBSOLETE: " + key + " => " + value + "</b>");
+ init_params[key] = value;
}
function fatalError(code, message) {