old style constructor fixed
This commit is contained in:
parent
9cb9ff4981
commit
fc66b3f104
1 changed files with 1 additions and 1 deletions
2
dBug.php
2
dBug.php
|
@ -68,7 +68,7 @@ class dBug {
|
|||
var $arrHistory = array();
|
||||
|
||||
//constructor
|
||||
function dBug($var,$forceType="",$bCollapsed=false) {
|
||||
function __construct($var,$forceType="",$bCollapsed=false) {
|
||||
//include js and css scripts
|
||||
if(!defined('BDBUGINIT')) {
|
||||
define("BDBUGINIT", TRUE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue