Skip to:
Content

bbPress.org

Changeset 971


Ignore:
Timestamp:
12/06/2007 12:46:26 PM (16 years ago)
Author:
sambauers
Message:

Initialise $bb as a StdClass to avoid a strict warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-load.php

    r632 r971  
    22
    33define( 'BBPATH', dirname(__FILE__) . '/' );
     4
     5$bb = new StdClass();
    46
    57if ( !file_exists( BBPATH . 'config.php') ) {
     
    1012    require_once( BBPATH . 'config.php');
    1113}
    12 
    1314?>
Note: See TracChangeset for help on using the changeset viewer.