From: julmis Date: Mon, 10 Nov 2003 21:04:12 +0000 (+0000) Subject: Link correction to smileys X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3b26f9fb20b08f43867402b88700ba1ac9141955;p=moodle.git Link correction to smileys --- diff --git a/lib/editor/htmlarea.php b/lib/editor/htmlarea.php index d93fefc6f3..d59bc7fe27 100644 --- a/lib/editor/htmlarea.php +++ b/lib/editor/htmlarea.php @@ -1343,7 +1343,7 @@ HTMLArea.prototype._insertSmile = function() { var sel = this._getSelection(); var range = this._createRange(sel); var editor = this; // for nested functions - this._popupDialog("dlg_ins_char.php", function(imgString) { + this._popupDialog("dlg_ins_smile.php", function(imgString) { if(!imgString) { return false; }