Skip to:
Content

bbPress.org

Changeset 6152


Ignore:
Timestamp:
12/09/2016 01:17:30 PM (9 years ago)
Author:
xknown
Message:

Fix parse errors in PHP 7

The result of new can't be longer assigned by reference.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/bb-settings.php

    r5615 r6152  
    186186// Setup the global database connection
    187187$bbdb_class = BB_DATABASE_CLASS;
    188 $bbdb =& new $bbdb_class( array(
     188$bbdb = new $bbdb_class( array(
    189189    'name' => BBDB_NAME,
    190190    'user' => BBDB_USER,
Note: See TracChangeset for help on using the changeset viewer.