Projet

Général

Profil

Révision 0695d136

Ajouté par Assos Assos il y a plus de 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ckeditor/ckeditor.module
45 45
global $_ckeditor_configuration;
46 46
global $_ckeditor_ids;
47 47

  
48
require_once('includes/ckeditor.user.inc');
48
module_load_include('inc', 'ckeditor', 'includes/ckeditor.user');
49 49

  
50 50
$_ckeditor_configuration = array();
51 51
$_ckeditor_ids = array();
......
258 258
 */
259 259
function ckeditor_form_user_profile_form_alter(&$form, &$form_state) {
260 260
  if ($form['#user_category'] == 'account') {
261
    module_load_include('inc', 'ckeditor', 'includes/ckeditor.user');
262 261
    ckeditor_user_customize($form, $form_state, 'user_profile_form');
263 262
  }
264 263
}
......
746 745
  );
747 746
  return $fields;
748 747
}
748

  

Formats disponibles : Unified diff