splitbrain / dokuwiki-grapher

Create graphs from DokuWiki link structures
18 stars 3 forks source link

grapher.php isn't generating any edges #1

Closed Cyrille37 closed 9 years ago

Cyrille37 commented 9 years ago

Hi, grapher.php isn't generating any edges.

solution: change the Value of the Boolean in Line 165 from true to false. Before: $ins = p_cached_instructions(wikiFN($pid),true,$pid); After: $ins = p_cached_instructions(wikiFN($pid),false,$pid);

refs: http://www.splitbrain.org/blog/2010-08/02-graphing_dokuwiki_help_needed

I've just try and the solution works nice !

Cheers