You are here

function drush_ckeditor_post_enable in CKEditor - WYSIWYG HTML editor 6

Same name and namespace in other branches
  1. 7 includes/ckeditor.drush.inc \drush_ckeditor_post_enable()

Implements drush_MODULE_post_COMMAND().

File

includes/ckeditor.drush.inc, line 78
CKEditor - The text editor for the Internet - http://ckeditor.com Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.

Code

function drush_ckeditor_post_enable() {
  $modules = func_get_args();
  if (in_array('ckeditor', $modules)) {
    ckeditor_drush_download();
  }
}