Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: ee() calls breaking CP

Status Resolved
Add-on / Version Reel 1.2.9
Severity Blocker
EE Version 2.5.5

lukehardiman

May 25, 2014

Line 147, ext.wyvern_video.php

if (ee()->extensions->last_call)
        {
            $data = ee()->extensions->last_call;
        }

Line 63, mcp.wyvern_video.php

ee()->view->cp_page_title = WYVERN_VIDEO_NAME;

The use of ee() above breaks the CP when visiting the module preferences and possibly elsewhere too - see screenshot - in EE version 2.5.5, PHP v5.3.2

I’ve changed these to $this->EE, but not really being an addon developer, I’m not sure if this is wise or not.

#1

BoldMinded (Brian)

Those are the correct changes. Was a bad find and replace on my part. Fixed for the next release.

Login to reply