Changeset 971

Show
Ignore:
Timestamp:
12/06/07 12:46:26 (1 year ago)
Author:
sambauers
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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?>