🐛 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');
|
||||
|
||||
reindexTags();
|
||||
reindexCategories();
|
||||
reindexCategories();
|
||||
reindexAuthors();
|
||||
reindexArchives();
|
||||
reindexKinds();
|
||||
|
||||
// Add to syslog
|
||||
$syslog->add(array(
|
||||
|
|
Loading…
Add table
Reference in a new issue