Index: trunk/phase3/includes/profiler/Profiler.php |
— | — | @@ -42,7 +42,7 @@ |
43 | 43 | protected $mProfileID = false; |
44 | 44 | private static $__instance = null; |
45 | 45 | |
46 | | - function __construct( $params ) { |
| 46 | + function __construct( $params = null ) { |
47 | 47 | // Push an entry for the pre-profile setup time onto the stack |
48 | 48 | global $wgRequestTime; |
49 | 49 | if ( !empty( $wgRequestTime ) ) { |