|  | @@ -12,7 +12,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 12 | 12 |    foreach ($settings['editor']['formats'] as &$format) { | 
                                                                                                            
                                                            | 13 | 13 |      // Swap in our custom JS by adding a pseudo plugin. We do this as we do not | 
                                                                                                            
                                                            | 14 | 14 |      // provide a button, which is what traditional CKEditor plugins would do. | 
                                                                                                            
                                                            | 15 |  | -    $format['editorSettings']['drupalExternalPlugins']['df_tools_editor'] = base_path() . drupal_get_path('module', 'df_tools_editor') . '/js/df_tools_editor.js'; | 
                                                                                                            
                                                            |  | 15 | +    $format['editorSettings']['drupalExternalPlugins']['df_tools_editor'] = base_path().drupal_get_path('module', 'df_tools_editor').'/js/df_tools_editor.js'; | 
                                                                                                            
                                                            | 16 | 16 |      $format['editorSettings']['extraPlugins'] .= ',df_tools_editor'; | 
                                                                                                            
                                                            | 17 | 17 |    } | 
                                                                                                            
                                                            | 18 | 18 |  } | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.