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

Error Creating an album with no Comments #60

Closed
manteca opened this issue Sep 27, 2010 · 5 comments
Closed

Error Creating an album with no Comments #60

manteca opened this issue Sep 27, 2010 · 5 comments

Comments

@manteca
Copy link

manteca commented Sep 27, 2010

File: third_party/photos/models/photo_albums_m.php
Line: 33

Change:
'enable_comments' => $input['enable_comments'],
To
'enable_comments' => isset($input['enable_comments'])?$input['enable_comments']:0,

@huglester
Copy link
Contributor

When you have downlaoded your version of PyroCMS?

@philsturgeon
Copy link
Member

This is fixed in v0.9.9.x and will be tagged as v0.9.9.8 in a week or two.

@manteca
Copy link
Author

manteca commented Sep 27, 2010

ok, thanks

@manteca
Copy link
Author

manteca commented Sep 27, 2010

and it was on v0.9.9.7

@huglester
Copy link
Contributor

it was, around 3-4 days ago.
just read a changelog

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

3 participants