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