Skip to content

Problem in EpiSession.php on line 58 fixed #86

@tunnckoCore

Description

@tunnckoCore

I think Epiphany is great and run examples in localhost, i.e. examples/login/.
But appear this error Warning: array_shift() expects parameter 1 to be array, null given ... EpiSession.php on line 58 and its correct.

Just change to

if ($employ) {
    $class = array_shift($employ);
}

Best regards

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