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

[typo] #6

Closed
johndoe46 opened this issue Nov 23, 2009 · 6 comments
Closed

[typo] #6

johndoe46 opened this issue Nov 23, 2009 · 6 comments

Comments

@johndoe46
Copy link

This one prevents __autoloader to work.

Setup.php, line 73:
$pdo = new Redbean_Driver_PDO( $dsn,$username,$password );

Should be:
$pdo = new RedBean_Driver_PDO( $dsn,$username,$password );
(uppercase B)

@gabordemooij
Copy link
Owner

nice find;
I will fix it asap (possibly tonight, sorry... now at work).
thnx

@gabordemooij
Copy link
Owner

fixed in 0.8.1 both on git and site, please tell me if this works

@johndoe46
Copy link
Author

fine, thanks !

@johndoe46
Copy link
Author

closing this

@gabordemooij
Copy link
Owner

closed

@johndoe46
Copy link
Author

yes, works fine now.

This issue was closed.
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

2 participants