Skip to:
Content

bbPress.org

Ticket #1117: 1117.patch

File 1117.patch, 611 bytes (added by junsuijin, 17 years ago)

very simple and tested with no problems

  • bb-settings.php

     
    765765                $bb->sitecookiepath = $bb->cookiepath;
    766766        }
    767767}
    768 $bb->sitecookiepath = rtrim( trim( $bb->sitecookiepath ), " \t\n\r\0\x0B/" );
     768$bb->sitecookiepath = rtrim( trim( $bb->sitecookiepath ), " \t\n\r\0\x0B" );
     769$_bb_sitecookiepath = rtrim( trim( $bb->sitecookiepath ), " \t\n\r\0\x0B/" );
    769770
    770771$bb->wp_admin_cookie_path = bb_get_option( 'wp_admin_cookie_path' );
    771772if ( !$bb->wp_admin_cookie_path && $bb->wp_cookies_integrated ) {