the graphviz_formats.module file still uses the url() function in the 5.x style syntax.

Changing the two lines that use url to this:

$outurl = url($outpath, array('absolute' => TRUE));
$modurl = url(drupal_get_path('module', 'graphviz_formats'), array('absolute' => TRUE));

corrected the issue for me.

Comments

infojunkie’s picture

Assigned: Unassigned » infojunkie
Status: Active » Fixed

Many thanks for the bug report and the fix. I verified and checked it in.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.