Changeset 11363 for trunk/src/bp-forums/bp-forums-bbpress-sa.php
- Timestamp:
- 12/29/2016 09:24:53 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-bbpress-sa.php
r11032 r11363 237 237 parent::__construct( $dbuser, $dbpassword, $dbname, $dbhost ); 238 238 239 $args = func_get_args(); 240 $args = call_user_func_array( array( &$this, 'init' ), $args ); 239 $args = call_user_func_array( array( &$this, 'init' ), func_get_args() ); 241 240 242 241 if ( $args['host'] )
Note: See TracChangeset
for help on using the changeset viewer.