diff --git a/livesupport/modules/storageServer/var/html/gbHtml_h.php b/livesupport/modules/storageServer/var/html/gbHtml_h.php index e6630f8d8..6815c3f93 100644 --- a/livesupport/modules/storageServer/var/html/gbHtml_h.php +++ b/livesupport/modules/storageServer/var/html/gbHtml_h.php @@ -20,6 +20,6 @@ function errCallBack($err) $dbc = DB::connect($config['dsn'], TRUE); $dbc->setFetchMode(DB_FETCHMODE_ASSOC); -$gb = &new GreenBox(&$dbc, $config); +$gb = &new GreenBox($dbc, $config); ?> \ No newline at end of file