From 3b26f9fb20b08f43867402b88700ba1ac9141955 Mon Sep 17 00:00:00 2001 From: julmis Date: Mon, 10 Nov 2003 21:04:12 +0000 Subject: [PATCH] Link correction to smileys --- lib/editor/htmlarea.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5