Skip to:
Content

BuddyPress.org

Changeset 3471


Ignore:
Timestamp:
11/21/2010 11:12:33 PM (16 years ago)
Author:
boonebgorges
Message:

More WP_DEBUG fixes in Forums Setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-admin.php

    r3470 r3471  
    6060
    6161        case 'new':
    62             if ( 1 == (int)$_REQUEST['doinstall'] ) {
     62            if ( isset( $_REQUEST['doinstall'] ) && 1 == (int)$_REQUEST['doinstall'] ) {
    6363                $result = bp_forums_bbpress_install();
    6464
Note: See TracChangeset for help on using the changeset viewer.