Commit 040249b
committed
grapher.php isn't generating any edges.
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 ! Cheers1 parent 4db2d53 commit 040249b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments