Comment 7 for bug 446669

Revision history for this message
GoofY (goofy-dse) wrote :

Bug is stll happening in LUCID.
Solution though is quite simple.
As stated above change in /usr/share/phpldapadmin/lib/AJAXTree.php line 16 ->

protected function draw_dn($dn,$level=0,$first_child=true,$last_child=true) {

in

protected function draw_dn($dn,$level,$first_child=true,$last_child=true) {

Save & you're good to go.