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

Prevent auto-updater from running when activated #30

Merged
merged 1 commit into from
Dec 13, 2014

Conversation

westonruter
Copy link
Contributor

On 4.1RC I'm getting errors triggered by a call in wp-admin/menu.php to wp_get_update_data() which then tries to call wp_update_plugins(), wp_update_themes(), and get_core_updates() if the user has these caps. The change in this PR removes the capabilities from the user so that these external calls are never made.

norcross added a commit that referenced this pull request Dec 13, 2014
Prevent auto-updater from running when activated
@norcross norcross merged commit 512d498 into norcross:master Dec 13, 2014
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.

None yet

2 participants