From: Michael M Slusarz Date: Thu, 26 Aug 2010 05:38:04 +0000 (-0600) Subject: Fix variable name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8ab24e8c0834068571ad2c2c19671336ac4e27f0;p=horde.git Fix variable name --- diff --git a/horde/js/hordetree.js b/horde/js/hordetree.js index d4ac0efa3..d274cd31e 100644 --- a/horde/js/hordetree.js +++ b/horde/js/hordetree.js @@ -216,7 +216,7 @@ var Horde_Tree = Class.create({ _divClass: function(div, c) { if (this.opts.header[c] && this.opts.header[c]['class']) { - c.addClassName(this.opts.header[c]['class']); + div.addClassName(this.opts.header[c]['class']); } return div;