Menu

#12 Pathway bug

Stable
closed-accepted
franky
Interface (8)
5
2006-10-26
2006-10-25
franky
No

Hi,

$d_version = '0.2.1.813 (alpha)';

in faq.html.php line 13 :
$d->path_arr[] = array(_FAQ);
replace with
$d->path_arr[] = array(_FAQ,'',0);

and in forum.html.php line 224:
$d->path_arr[] = ($cat_name, '', 0);
replace with
$d->path_arr[] = array($cat_name, '', 0);

franky2004

Discussion

  • franky

    franky - 2006-10-25

    Logged In: YES
    user_id=1547527

    and another one in guestbook.php
    line 44:
    $d->path_arr[] = (_GUESTBOOK,'',$Itemid);
    replace with
    $d->path_arr[] = array(_GUESTBOOK,'',$Itemid);

     
  • Daniel

    Daniel - 2006-10-26
    • labels: --> Interface
    • milestone: --> Stable
    • assigned_to: nobody --> franky2004
    • status: open --> closed-accepted
     

Log in to post a comment.

MongoDB Logo MongoDB