Skip to content
Snippets Groups Projects
Commit 3f1cc89c authored by Nathan Haug's avatar Nathan Haug
Browse files

Issue #2219981: hook_charts_type_info_alter() is broken.

parent b1b08346
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,7 @@ function charts_type_info() { ...@@ -308,7 +308,7 @@ function charts_type_info() {
'stacking' => FALSE, 'stacking' => FALSE,
); );
} }
drupal_alter('charts_type_info', $charts_info); drupal_alter('charts_type_info', $charts_type_info);
return $charts_type_info; return $charts_type_info;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment