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

Wrong separator mentioned in the docs #48

Closed
DirtyF opened this issue Oct 16, 2012 · 0 comments
Closed

Wrong separator mentioned in the docs #48

DirtyF opened this issue Oct 16, 2012 · 0 comments
Assignees
Labels

Comments

@DirtyF
Copy link
Contributor

DirtyF commented Oct 16, 2012

In some functions as categoriesTree or selectOptions, the docs mention

separated by commas

It won't work if you use commas as separator.

Now if we look as the source, the docs should mention semicolons instead :

$disableCategories = isset($values['disable']) ? explode(';',$values['disable']) : array(); ).
@ghost ghost assigned gfilliere Oct 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants