]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/patches/use_packaged_tinymce.patch
Imported Debian patch 0.1.1-6
[roundcube.git] / debian / patches / use_packaged_tinymce.patch
index 2d4857222f0d44180ed8309d5530e3fe61e47b89..9732de9e97a34c5eefd7b0d6e3a1d2a9288b831c 100644 (file)
@@ -7,7 +7,7 @@ Index: roundcube-0.1~rc2/program/steps/mail/sendmail.inc
        {
        // add the image to the MIME message
 -      $img_file = $INSTALL_PATH . '/' . $searchstr . $image_name;
-+      $img_file = '/usr/share/tinymce/www/plugins/emotions/images/' . $image_name;
++      $img_file = '/usr/share/tinymce2/www/plugins/emotions/images/' . $image_name;
        if(! $mime_message->addHTMLImage($img_file, 'image/gif', '', true, '_' . $image_name))
          $OUTPUT->show_message("emoticonerror", 'error');