From 731d190fecb1976d845f6bd18768ee528b007232 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 28 May 2014 09:52:30 -0400
Subject: [PATCH] Merge branch 'tinymce4'

---
 plugins/emoticons/emoticons.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/emoticons/emoticons.php b/plugins/emoticons/emoticons.php
index c986686..187e838 100644
--- a/plugins/emoticons/emoticons.php
+++ b/plugins/emoticons/emoticons.php
@@ -71,8 +71,8 @@
     }
 
     private function img_tag($ico, $title)
-    { 
-        $path = './program/js/tiny_mce/plugins/emotions/img/';
+    {
+        $path = './program/js/tinymce/plugins/emoticons/img/';
         return html::img(array('src' => $path.$ico, 'title' => $title));
     }
 }

--
Gitblit v1.9.1