• Resolved Ken Gagne

    (@kgagne)


    I have a question about lines 327–329 in lh-wayback-machine.php:


    $permalink = get_the_permalink($post_id);
    $post_status = get_post_status( $ID );
    $timestamp = get_post_meta( $post_id,

    Should $ID be $post_id?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author shawfactor

    (@shawfactor)

    yeah it should, I’ve actually fixed this is my own version but need to push the fix to the repository. I don’t have svn here atm so it will have a to wait a coupld of weeks until im back in the office

    Pete

    Thread Starter Ken Gagne

    (@kgagne)

    Thanks!

    Thread Starter Ken Gagne

    (@kgagne)

    1.03 appears to fix this. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Undefined variable’ is closed to new replies.