Closed (fixed)
Project:
Graphviz Filter
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
8 Aug 2008 at 14:17 UTC
Updated:
22 Aug 2008 at 15:34 UTC
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
Comment #1
infojunkieMany thanks for the bug report and the fix. I verified and checked it in.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.