Skip to content
Snippets Groups Projects
Commit 81663180 authored by Bruno Massa's avatar Bruno Massa
Browse files

Bugs fixed:

* Dont crash or point errors when the default plugin was not yet defined
parent e3c1c9df
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,10 @@
* JavaScript external files)
*/
function charts_chart(&$data) {
if (empty($data['#plugin'])) {
return '';
}
// Get the previously saved data from database
$settings = variable_get('charts_settings', array());
......
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