Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Problem in EpiSession.php on line 58 fixed #86

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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