From 868ea6c53d65225fa778924ddd70cb4775314700 Mon Sep 17 00:00:00 2001 From: Al Ganiev Date: Fri, 15 Aug 2014 16:00:52 +1100 Subject: [PATCH] Update tinymce.html.twig Fixed missed comma --- Resources/views/Elfinder/compressed/tinymce.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/Elfinder/compressed/tinymce.html.twig b/Resources/views/Elfinder/compressed/tinymce.html.twig index 1302819..5ced749 100644 --- a/Resources/views/Elfinder/compressed/tinymce.html.twig +++ b/Resources/views/Elfinder/compressed/tinymce.html.twig @@ -51,7 +51,7 @@ $().ready(function() { var f = $('.elfinder').elfinder({ - url: '{{ path('ef_connect', {'instance': instance}) }}' + url: '{{ path('ef_connect', {'instance': instance}) }}', lang : '{{ locale }}', getfile : { onlyURL : true,