Skip to content

AppControllerEvents and AppModelEvents not imported correctly #1

@devlance

Description

@devlance

In the file plugins/eventful/vendors/startup.php, the code is currently shown as:

App::import('File', APP . 'app_model_events.php');
App::import('File', APP . 'app_controller_events.php');

but should be written as:

App::import('File','AppModelEvents',false,array(), APP . 'app_model_events.php');
App::import('File','AppControllerEvents',false,array(), APP . 'app_controller_events.php');

Those files aren't currently working due to this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions