You are here

function ckeditor_uploadimage_update_8001 in CKEditor Upload Image 8.2

Same name and namespace in other branches
  1. 8 ckeditor_uploadimage.install \ckeditor_uploadimage_update_8001()

Rebuild the CKEditor Upload Image permission and menu router.

File

./ckeditor_uploadimage.install, line 48
Install file for the CKEditor Upload Image module.

Code

function ckeditor_uploadimage_update_8001() {
  drupal_flush_all_caches();
}