diff --git a/bl-kernel/functions.php b/bl-kernel/functions.php index 3e4db37e..0547985d 100644 --- a/bl-kernel/functions.php +++ b/bl-kernel/functions.php @@ -490,6 +490,8 @@ function editUser($args) 'notes' => $args['username'] )); + reindexAuthors(); + return true; } @@ -523,6 +525,8 @@ function disableUser($args) 'notes' => $username )); + reindexAuthors(); + return true; } @@ -567,6 +571,8 @@ function deleteUser($args) 'notes' => $username )); + reindexAuthors(); + return true; }