Skip to content

Commit

Permalink
Update update.php
Browse files Browse the repository at this point in the history
  • Loading branch information
skerbis authored Dec 1, 2021
1 parent 4505e2d commit 176e263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
rex_file::copy($this->getPath('custom_data/custom-styles.css'), rex_path::assets('addons/cke5_custom_data/custom-style.css'));
}
}
rex_extension::register('PACKAGES_INCLUDED', function () {
// recreate profiles after update
\Cke5\Handler\Cke5ExtensionHandler::updateOrCreateProfiles();
});
} catch (rex_functional_exception $e) {
rex_logger::logException($e);
}

0 comments on commit 176e263

Please sign in to comment.