🐛 Fix missing reindexation with the scheduler
This commit is contained in:
parent
59a3c766dc
commit
a72cde8293
1 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,10 @@ if ($pages->scheduler()) {
|
||||||
Theme::plugins('afterPageCreate');
|
Theme::plugins('afterPageCreate');
|
||||||
|
|
||||||
reindexTags();
|
reindexTags();
|
||||||
reindexCategories();
|
reindexCategories();
|
||||||
|
reindexAuthors();
|
||||||
|
reindexArchives();
|
||||||
|
reindexKinds();
|
||||||
|
|
||||||
// Add to syslog
|
// Add to syslog
|
||||||
$syslog->add(array(
|
$syslog->add(array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue