Commit ff5100c9 authored by Frank Febbraro's avatar Frank Febbraro
Browse files

Issue #1079440 by mrf, DamienMcKenna, dereine: Allow export of Custom Content Panes

parent 82ac8d7b
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -104,10 +104,8 @@ function ctools_features_export_render($module, $data) {
function ctools_component_features_api($module_name) {
  $api = array();
  foreach (_ctools_features_get_info() as $component => $info) {
    if ($info['module'] === $module_name) {
    $api[$component] = $info;
  }
  }
  return $api;
}