Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
WP Plugins
Cron-Control
Commits
bcf0e85c
Commit
bcf0e85c
authored
Mar 30, 2017
by
Erick Hitter
Committed by
GitHub
Mar 30, 2017
Browse files
Merge pull request #96 from Automattic/develop
Clear Event Store caches when table is created
parents
818a4657
ebece4cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/class-events-store.php
View file @
bcf0e85c
...
...
@@ -195,6 +195,9 @@ class Events_Store extends Singleton {
if
(
1
===
$table_count
)
{
update_option
(
self
::
DB_VERSION_OPTION
,
self
::
DB_VERSION
);
}
// Clear caches now that table exists
$this
->
flush_internal_caches
();
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment