]> git.mjollnir.org Git - moodle.git/commitdiff
Link correction to smileys
authorjulmis <julmis>
Mon, 10 Nov 2003 21:04:12 +0000 (21:04 +0000)
committerjulmis <julmis>
Mon, 10 Nov 2003 21:04:12 +0000 (21:04 +0000)
lib/editor/htmlarea.php

index d93fefc6f35ae01101f1ac9ef83feb05b19154a3..d59bc7fe2709250e4bdf9994b6e09d81d0e64842 100644 (file)
@@ -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;
                }