Skip to content

rebuild menu->item when someone has delete [key up & down fix] #61

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

Merged
merged 1 commit into from
Feb 15, 2017
Merged

Conversation

veasin
Copy link

@veasin veasin commented Feb 15, 2017

$a=['a','b','c'];
unset($a[1]);
0=>'a',
2=>'c'
var_dump(array_values($a));
0=>'a',
1=>'c'

@AydinHassan AydinHassan merged commit 71fc189 into php-school:master Feb 15, 2017
@AydinHassan
Copy link
Member

Thanks!

@AydinHassan
Copy link
Member

@urn2 tagged 2.0.1

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

Successfully merging this pull request may close these issues.

2 participants