[ewiki] php global variable name length limit

It seems that there might be a limit on a variable name length, I changed
aview_linktree, line 79:

        $GLOBALS["ewiki_page_sections"][] = $tree[1];

to:
        $GLOBALS["ewiki_pgsec"][] = $tree[1]; 

and it started working.  With the first name nothing was getting stored in
$GLOBALS["ewiki_page_sections"][].  Any ideas?  Can we commit this as a
patch?






Other related posts: