Changeset 3471
- Timestamp:
- 11/21/2010 11:12:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-forums/bp-forums-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-admin.php
r3470 r3471 60 60 61 61 case 'new': 62 if ( 1 == (int)$_REQUEST['doinstall'] ) {62 if ( isset( $_REQUEST['doinstall'] ) && 1 == (int)$_REQUEST['doinstall'] ) { 63 63 $result = bp_forums_bbpress_install(); 64 64
Note: See TracChangeset
for help on using the changeset viewer.