commit | 986e17262a17aa2c2059bc3be25a18b43deb712e | [log] [tgz] |
---|---|---|
author | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Nov 09 20:51:15 2009 +0000 |
committer | Pascal Kriete <pascal.kriete@ellislab.com> | Mon Nov 09 20:51:15 2009 +0000 |
tree | 5ea2be145b69cd28fc8750e6c49fd5b32ac1f8e6 | |
parent | e24f61a2bb61c2445cb205777f897415e86fc10e [diff] |
incorrect variable name in the smiley helper js
diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php index f085e53..ab1f2c2 100644 --- a/system/helpers/smiley_helper.php +++ b/system/helpers/smiley_helper.php
@@ -93,7 +93,7 @@ el.setSelectionRange(newStart, newStart); } else if (document.selection) { - document.selection.createRange().text = text; + document.selection.createRange().text = smiley; } } EOF;