The line is:
includes/editor.ckeditor.inc: $plugins = edit_ckeditor_plugin();

It is not defined anywhere.

Comments

Wim Leers’s picture

Assigned: Unassigned » Wim Leers

Confirmed. I should have removed this hunk as well in the last commit (15ca08496b7002fbdef7e7d0eca127c79ba7e473, for #2146595: Remove "sharedspace" plugin from Edit.module, require users to create a custom build):

-    // Add plugins that are not yet in ckeditor core.
-    $plugins = edit_ckeditor_plugin();
-    // Adds sharedspace plugin, required for toolbar to show up.
-    $settings['loadPlugins']['sharedspace'] = $plugins['sharedspace'];
-    $settings['loadPlugins']['sharedspace']['path'] = $GLOBALS['base_path'] . $plugins['sharedspace']['path'];
-

But clearly, I did not.

Wim Leers’s picture

Status: Active » Fixed
Issue tags: +Spark

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.