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

fix(upgrade): Correctly settings container guids' last_action times duri... #6572

Merged

Conversation

brettp
Copy link
Member

@brettp brettp commented Feb 24, 2014

...ng comment migration.

Fixes #6528
Refs #6395

@@ -55,7 +56,7 @@
// make sure disabled comments stay disabled
$object->enabled = $annotation->enabled;
$object->time_created = $annotation->time_created;
$object->save();
$object->save(false);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this argument supposed to do? I don't see it used internally.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't read far enough :) Ignore.

@mrclay
Copy link
Member

mrclay commented Feb 24, 2014

Maybe we should get rid of the separate comment conversion during the upgrade. We know the site if going to migrate comments soon after and having 50 done immediately isn't worth the overhead and the duplicate code. /cc @juho-jaakkola Thoughts?

@mrclay
Copy link
Member

mrclay commented Feb 24, 2014

This LGTM. We can discuss that elsewhere.

brettp added a commit that referenced this pull request Mar 1, 2014
…ast_action

fix(upgrade): Correctly settings container guids' last_action times duri...
@brettp brettp merged commit 6fbea1f into Elgg:master Mar 1, 2014
@brettp brettp deleted the comments_upgrade_fix_container_last_action branch March 1, 2014 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants