Skip to content

Any reason this is not inside call_user_func? #1

Open
@midweste

Description

@midweste

There's quite a few global variables that get declared in these controllers and they have quite common variable names. Do they need to be global? Could lead to some hard to debug issues

If not, I can put a pull request in that will wrap it in a call_user_func() to get it out of the global scope.

call_user_func(function() {
...
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions