Projet

Général

Profil

Révision 219d19c4

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/includes/modal.inc
74 74
}
75 75

  
76 76
/**
77
 * @todo this is deprecated
77
 * @todo Deprecated this.
78 78
 */
79 79
function ctools_modal_add_plugin_js($plugins) {
80 80
  $css = array();
......
85 85
        if (file_exists($file)) {
86 86
          $js[$file] = TRUE;
87 87
        }
88
        elseif (file(exists($subtype['path'] . '/' . $file))) {
88
        elseif (file_exists($subtype['path'] . '/' . $file)) {
89 89
          $js[$subtype['path'] . '/' . $file] = TRUE;
90 90
        }
91 91
      }
......
95 95
        if (file_exists($file)) {
96 96
          $css[$file] = TRUE;
97 97
        }
98
        elseif (file(exists($subtype['path'] . '/' . $file))) {
98
        elseif (file_exists($subtype['path'] . '/' . $file)) {
99 99
          $css[$subtype['path'] . '/' . $file] = TRUE;
100 100
        }
101 101
      }

Formats disponibles : Unified diff