Menu

#55 Problem with PageInfo

Diff
closed
6
2012-10-11
2001-10-21
No

When the "History" of a page is requested in order to
perform a diff, the pageinfo.php file is used. However
when the diff is requested, a diff on HomePage is
performed regardless of the page whose History is being
displayed.

This seems to be due to the pageinfo page not including
a pagename field. This problem could occur because I
have set USE_PATH_INFO to be false.

The attached patch adds a pagename field to pageinfo,
and while it might not be the correct solution it at
least seems to work on my installation.

Discussion

  • Steven Murdoch

    Steven Murdoch - 2001-10-21

    Patch to pageinfo.php

     
  • Geoffrey T. Dairiki

    Logged In: YES
    user_id=45814

    Yes. The bug only occurs with USE_PATH_INFO is false.
    And your fix looks like the correct one.
    I just checked it into the CVS.
    Thanks.

     

Log in to post a comment.