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 in the new tutorial #455

Closed
malhal opened this issue Jul 10, 2015 · 1 comment
Closed

Typo in the new tutorial #455

malhal opened this issue Jul 10, 2015 · 1 comment

Comments

@malhal
Copy link

malhal commented Jul 10, 2015

Hi Gabor I thought I'd let you know there is Typo in new tutorial at http://www.redbeanphp.com/tutorial

In the step 5 code listing:

if ( isset(  [ 'add' ] ) ) {

should be

if ( isset( $opt [ 'add' ] ) ) {

:-)

@gabordemooij
Copy link
Owner

Fixed, thanks.

On 2015-07-10 16:55, malcolmhall wrote:

Hi Gabor I thought I'd let you know there is Typo in new tutorial at
http://www.redbeanphp.com/tutorial [1]

In the step 5 code listing:

if ( isset( [ 'add' ] ) ) {

should be

if ( isset( $opt [ 'add' ] ) ) {

:-)

Reply to this email directly or view it on GitHub [2].

Links:

[1] http://www.redbeanphp.com/tutorial
[2] #455

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