On line 847 in kaltura.theming.inc, there was a function named incorrectly, which was causing the advanced editor to not load:

function theme_advanced_editor($theme_params, $no_refresh) {

should be:

function theme_kaltura_advanced_editor($theme_params, $no_refresh) {

Patch attached. Not sure I generated that right, but the fix is fairly simple..

CommentFileSizeAuthor
kae_theme_fix.patch458 bytescmillet1

Comments

xurizaemon’s picture

Status: Active » Needs work
Issue tags: +6.x-2.0
xurizaemon’s picture

Status: Needs work » Needs review
xurizaemon’s picture

Status: Needs review » Reviewed & tested by the community
xurizaemon’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)
Issue tags: -6.x-2.0

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