Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught exception 'InvalidArgumentException' with message 'Identifier "name" is not defined #2

Closed
bstaint opened this issue May 23, 2014 · 0 comments

Comments

@bstaint
Copy link

bstaint commented May 23, 2014

When lastest Commits:
Uncaught exception 'InvalidArgumentException' with message 'Identifier "name" is not defined

issue 'src/Lime/App.php' line 189:

    if(!isset($this["session.name"])){
        $this["session.name"] = $this["name"];
    }

should be $this["app.name"];

And README.md line 132:

    return $this->app->render("pages/contact.php");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant